#30BBA9

Color #30BBA9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #30BBA9

Tints of Light Sea Green #30BBA9

Color information

#30BBA9 (or 0x30BBA9) is unknown color: approx Light Sea Green. HEX triplet: 30, BB and A9. RGB value is (48,187,169). Sum of RGB (Red+Green+Blue) = 48+187+169=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA9 is #CF4456. Grayscale: #8F8F8F. Windows color (decimal): -13583447 or 11123504. OLE color: 11123504.

HSL color Cylindrical-coordinate representation of color #30BBA9: hue angle of 172.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBA9 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB48187169-
CMYK0.7400.100.27
HSL172.23º59.15%46.08%-
HSV(B)172.23º74.33%73.33%-
XYZ26.1539.0343.69-
YUV143.39142.4559.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.88%
GREEN value IS 187 (73.44% from 255) = 46.29%
BLUE value IS 169 (66.41% from 255) = 41.83%
R=11.88%
G=46.29%
B=41.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481871690.7400.100.27172.2359.1546.08
Hex30BBA94A0A1Bac3b2e
Octal60273251112012332547356
Binary11000010111011101010011001010010101101110101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30BBA9; }

 p { color: rgb(48,187,169); }

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

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

 a { background-color: rgb(48,187,169); }

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

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

 span { border-color: rgb(48,187,169); }

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