Html Css Color HEX #2FCBB5 Light Sea Green

📋 copy color: '#2FCBB5'

red 47 ◦ green 203 ◦ blue 181

#2FCBB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2FCBB5

Tints of Light Sea Green #2FCBB5

RGB

 RED value IS 47 (18.75% from 255) = 10.9%

 GREEN value IS 203 (79.69% from 255) = 47.1%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 10.9%
G = 47.1%
B = 42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#2FCBB5 (or 0x2FCBB5) is known color: Light Sea Green. HEX triplet: 2F, CB and B5. RGB value is (47,203,181). Sum of RGB (Red+Green+Blue) = 47+203+181=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBB5 is #D0344A. Grayscale: #999999. Windows color (decimal): -13644875 or 11914031. OLE color: 11914031.

HSL color Cylindrical-coordinate representation of color #2FCBB5: hue angle of 171.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCBB5 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 203 181 -
CMYK 0.77 0 0.11 0.20
HSL 171.54º 0.62% 0.49% -
HSV(B) 171.54º 0.77% 0.8% -
XYZ 30.87 46.65 51.09 -
YUV 153.85 143.32 51.79 -
System Red Green Blue C M Y K H S L
Decimal 47 203 181 0.77 0 0.11 0.20 171.54 0.62 0.49
Hex 2F CB B5 4D 0 B 14 AC 3E 31
Octal 57 313 265 115 0 13 24 254 76 61
Binary 101111 11001011 10110101 1001101 0 1011 10100 10101100 111110 110001

Color Harmonies of #2FCBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCBB5

Black with #2FCBB5

Text Example


Text Example

White with #2FCBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,203,181); }

 H1.HeaderClassName
 {
   color: #2FCBB5;
 }
 .AnyTagClassName
 {
   color: #2FCBB5;
 }
</style>

background-color css

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

 a { background-color: rgb(47,203,181); }

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

border-color css

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

 span { border-color: rgb(47,203,181); }

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