#2FBBA8

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

Shades of Light Sea Green #2FBBA8

Tints of Light Sea Green #2FBBA8

Color information

#2FBBA8 (or 0x2FBBA8) is unknown color: approx Light Sea Green. HEX triplet: 2F, BB and A8. RGB value is (47,187,168). Sum of RGB (Red+Green+Blue) = 47+187+168=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBBA8 is #D04457. Grayscale: #8E8E8E. Windows color (decimal): -13648984 or 11057967. OLE color: 11057967.

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

Color convert

RGB47187168-
CMYK0.7500.100.27
HSL171.86º59.83%45.88%-
HSV(B)171.86º74.87%73.33%-
XYZ26.0138.9743.2-
YUV142.97142.1259.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.69%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 168 (66.02% from 255) = 41.79%
R=11.69%
G=46.52%
B=41.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471871680.7500.100.27171.8659.8345.88
Hex2FBBA84B0A1Bac3c2e
Octal57273250113012332547456
Binary10111110111011101010001001011010101101110101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FBBA8; }

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

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

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

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

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

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

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

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