#308882

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

Shades of Atoll #308882

Tints of Atoll #308882

Color information

#308882 (or 0x308882) is unknown color: approx Atoll. HEX triplet: 30, 88 and 82. RGB value is (48,136,130). Sum of RGB (Red+Green+Blue) = 48+136+130=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #308882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308882 is #CF777D. Grayscale: #6C6C6C. Windows color (decimal): -13596542 or 8554544. OLE color: 8554544.

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

Color convert

RGB48136130-
CMYK0.6500.040.47
HSL175.91º47.83%36.08%-
HSV(B)175.91º64.71%53.33%-
XYZ14.0519.8524.21-
YUV109139.8584.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=15.29%
G=43.31%
B=41.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481361300.6500.040.47175.9147.8336.08
Hex30888241042Fb03024
Octal6021020210104572606044
Binary11000010001000100000101000001010010111110110000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308882; }

 p { color: rgb(48,136,130); }

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

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

 a { background-color: rgb(48,136,130); }

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

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

 span { border-color: rgb(48,136,130); }

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