#308983

Color #308983 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #308983

Tints of Atoll #308983

Color information

#308983 (or 0x308983) is unknown color: approx Atoll. HEX triplet: 30, 89 and 83. RGB value is (48,137,131). Sum of RGB (Red+Green+Blue) = 48+137+131=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #308983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308983 is #CF767C. Grayscale: #6D6D6D. Windows color (decimal): -13596285 or 8620336. OLE color: 8620336.

HSL color Cylindrical-coordinate representation of color #308983: hue angle of 175.96º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308983 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB48137131-
CMYK0.6500.040.46
HSL175.96º48.11%36.27%-
HSV(B)175.96º64.96%53.73%-
XYZ14.2620.1624.61-
YUV109.7140.0183.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=15.19%
G=43.35%
B=41.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371310.6500.040.46175.9648.1136.27
Hex30898341042Eb03024
Octal6021120310104562606044
Binary11000010001001100000111000001010010111010110000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308983; }

 p { color: rgb(48,137,131); }

 H1.HeaderClassName
 {
   color: #308983;
 }
 .AnyTagClassName
 {
   color: #308983;
 }
</style>
background-color css

<style>
 a { background-color: #308983; }

 a { background-color: rgb(48,137,131); }

 div.DivClassName
 {
   background-color: #308983;
 }
 .BgClassName
 {
   background-color: #308983;
 }
</style>
border-color css

<style>
 span { border-color: #308983; }

 span { border-color: rgb(48,137,131); }

 td.TdClassName
 {
   border-color: #308983;
 }
 .TagClassName
 {
   border-color: #308983;
 }
</style>