Html Css Color HEX #2FCCB7 Light Sea Green

📋 copy color: '#2FCCB7'

red 47 ◦ green 204 ◦ blue 183

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

Shades of Light Sea Green #2FCCB7

Tints of Light Sea Green #2FCCB7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 10.83%
G = 47%
B = 42.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#2FCCB7 (or 0x2FCCB7) is known color: Light Sea Green. HEX triplet: 2F, CC and B7. RGB value is (47,204,183). Sum of RGB (Red+Green+Blue) = 47+204+183=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCB7 is #D03348. Grayscale: #9A9A9A. Windows color (decimal): -13644617 or 12045359. OLE color: 12045359.

HSL color Cylindrical-coordinate representation of color #2FCCB7: hue angle of 171.97º degrees, saturation: 0.63, 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 #2FCCB7 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 183 -
CMYK 0.77 0 0.10 0.2
HSL 171.97º 0.63% 0.49% -
HSV(B) 171.97º 0.77% 0.8% -
XYZ 31.31 47.21 52.26 -
YUV 154.66 143.99 51.21 -
System Red Green Blue C M Y K H S L
Decimal 47 204 183 0.77 0 0.10 0.2 171.97 0.63 0.49
Hex 2F CC B7 4D 0 A 14 AC 3F 31
Octal 57 314 267 115 0 12 24 254 77 61
Binary 101111 11001100 10110111 1001101 0 1010 10100 10101100 111111 110001

Color Harmonies of #2FCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCCB7

Black with #2FCCB7

Text Example


Text Example

White with #2FCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,204,183); }

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

background-color css

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

 a { background-color: rgb(47,204,183); }

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

border-color css

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

 span { border-color: rgb(47,204,183); }

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