#2FB8A4

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

Shades of Light Sea Green #2FB8A4

Tints of Light Sea Green #2FB8A4

Color information

#2FB8A4 (or 0x2FB8A4) is unknown color: approx Light Sea Green. HEX triplet: 2F, B8 and A4. RGB value is (47,184,164). Sum of RGB (Red+Green+Blue) = 47+184+164=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB8A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB8A4 is #D0475B. Grayscale: #8C8C8C. Windows color (decimal): -13649756 or 10795055. OLE color: 10795055.

HSL color Cylindrical-coordinate representation of color #2FB8A4: hue angle of 171.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB8A4 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB47184164-
CMYK0.7400.110.28
HSL171.24º59.31%45.29%-
HSV(B)171.24º74.46%72.16%-
XYZ25.0137.5741.05-
YUV140.76141.1161.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.90%
GREEN value IS 184 (72.27% from 255) = 46.58%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=11.90%
G=46.58%
B=41.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471841640.7400.110.28171.2459.3145.29
Hex2FB8A44A0B1Cab3b2d
Octal57270244112013342537355
Binary10111110111000101001001001010010111110010101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,184,164); }

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

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

 a { background-color: rgb(47,184,164); }

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

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

 span { border-color: rgb(47,184,164); }

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