Html Css Color HEX #2FC1BE Light Sea Green

📋 copy color: '#2FC1BE'

red 47 ◦ green 193 ◦ blue 190

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

Shades of Light Sea Green #2FC1BE

Tints of Light Sea Green #2FC1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 10.93%
G = 44.88%
B = 44.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#2FC1BE (or 0x2FC1BE) is known color: Light Sea Green. HEX triplet: 2F, C1 and BE. RGB value is (47,193,190). Sum of RGB (Red+Green+Blue) = 47+193+190=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC1BE is #D03E41. Grayscale: #949494. Windows color (decimal): -13647426 or 12501295. OLE color: 12501295.

HSL color Cylindrical-coordinate representation of color #2FC1BE: hue angle of 178.77º 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 #2FC1BE is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 190 -
CMYK 0.76 0 0.02 0.24
HSL 178.77º 0.61% 0.47% -
HSV(B) 178.77º 0.76% 0.76% -
XYZ 29.54 42.46 55.35 -
YUV 149 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 47 193 190 0.76 0 0.02 0.24 178.77 0.61 0.47
Hex 2F C1 BE 4C 0 2 18 B3 3D 2F
Octal 57 301 276 114 0 2 30 263 75 57
Binary 101111 11000001 10111110 1001100 0 10 11000 10110011 111101 101111

Color Harmonies of #2FC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC1BE

Black with #2FC1BE

Text Example


Text Example

White with #2FC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,193,190); }

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

background-color css

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

 a { background-color: rgb(47,193,190); }

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

border-color css

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

 span { border-color: rgb(47,193,190); }

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