#30BBAA

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

Shades of Light Sea Green #30BBAA

Tints of Light Sea Green #30BBAA

Color information

#30BBAA (or 0x30BBAA) is unknown color: approx Light Sea Green. HEX triplet: 30, BB and AA. RGB value is (48,187,170). Sum of RGB (Red+Green+Blue) = 48+187+170=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBAA is #CF4455. Grayscale: #8F8F8F. Windows color (decimal): -13583446 or 11189040. OLE color: 11189040.

HSL color Cylindrical-coordinate representation of color #30BBAA: hue angle of 172.66º 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 #30BBAA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB48187170-
CMYK0.7400.090.27
HSL172.66º59.15%46.08%-
HSV(B)172.66º74.33%73.33%-
XYZ26.2439.0744.19-
YUV143.5142.9559.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=11.85%
G=46.17%
B=41.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481871700.7400.090.27172.6659.1546.08
Hex30BBAA4A091Bad3b2e
Octal60273252112011332557356
Binary11000010111011101010101001010010011101110101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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