Html Css Color HEX #2FC2BD Light Sea Green

📋 copy color: '#2FC2BD'

red 47 ◦ green 194 ◦ blue 189

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

Shades of Light Sea Green #2FC2BD

Tints of Light Sea Green #2FC2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 10.93%
G = 45.12%
B = 43.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#2FC2BD (or 0x2FC2BD) is known color: Light Sea Green. HEX triplet: 2F, C2 and BD. RGB value is (47,194,189). Sum of RGB (Red+Green+Blue) = 47+194+189=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC2BD is #D03D42. Grayscale: #959595. Windows color (decimal): -13647171 or 12436015. OLE color: 12436015.

HSL color Cylindrical-coordinate representation of color #2FC2BD: hue angle of 177.96º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC2BD is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 189 -
CMYK 0.76 0 0.03 0.24
HSL 177.96º 0.61% 0.47% -
HSV(B) 177.96º 0.76% 0.76% -
XYZ 29.65 42.86 54.85 -
YUV 149.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 47 194 189 0.76 0 0.03 0.24 177.96 0.61 0.47
Hex 2F C2 BD 4C 0 3 18 B2 3D 2F
Octal 57 302 275 114 0 3 30 262 75 57
Binary 101111 11000010 10111101 1001100 0 11 11000 10110010 111101 101111

Color Harmonies of #2FC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC2BD

Black with #2FC2BD

Text Example


Text Example

White with #2FC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,194,189); }

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

background-color css

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

 a { background-color: rgb(47,194,189); }

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

border-color css

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

 span { border-color: rgb(47,194,189); }

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