#30BBA8

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

Shades of Light Sea Green #30BBA8

Tints of Light Sea Green #30BBA8

Color information

#30BBA8 (or 0x30BBA8) is unknown color: approx Light Sea Green. HEX triplet: 30, BB and A8. RGB value is (48,187,168). Sum of RGB (Red+Green+Blue) = 48+187+168=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA8 is #CF4457. Grayscale: #8F8F8F. Windows color (decimal): -13583448 or 11057968. OLE color: 11057968.

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

Color convert

RGB48187168-
CMYK0.7400.100.27
HSL171.8º59.15%46.08%-
HSV(B)171.8º74.33%73.33%-
XYZ26.063943.2-
YUV143.27141.9560.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 168 (66.02% from 255) = 41.69%
R=11.91%
G=46.40%
B=41.69%

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
Decimal481871680.7400.100.27171.859.1546.08
Hex30BBA84A0A1Bac3b2e
Octal60273250112012332547356
Binary11000010111011101010001001010010101101110101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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