Html Css Color HEX #2FC4B4 Light Sea Green

📋 copy color: '#2FC4B4'

red 47 ◦ green 196 ◦ blue 180

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

Shades of Light Sea Green #2FC4B4

Tints of Light Sea Green #2FC4B4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.34%

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 11.11%
G = 46.34%
B = 42.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#2FC4B4 (or 0x2FC4B4) is known color: Light Sea Green. HEX triplet: 2F, C4 and B4. RGB value is (47,196,180). Sum of RGB (Red+Green+Blue) = 47+196+180=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC4B4 is #D03B4B. Grayscale: #959595. Windows color (decimal): -13646668 or 11846703. OLE color: 11846703.

HSL color Cylindrical-coordinate representation of color #2FC4B4: hue angle of 173.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC4B4 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 196 180 -
CMYK 0.76 0 0.08 0.23
HSL 173.56º 0.61% 0.48% -
HSV(B) 173.56º 0.76% 0.77% -
XYZ 29.15 43.38 50.02 -
YUV 149.63 145.14 54.8 -
System Red Green Blue C M Y K H S L
Decimal 47 196 180 0.76 0 0.08 0.23 173.56 0.61 0.48
Hex 2F C4 B4 4C 0 8 17 AE 3D 30
Octal 57 304 264 114 0 10 27 256 75 60
Binary 101111 11000100 10110100 1001100 0 1000 10111 10101110 111101 110000

Color Harmonies of #2FC4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC4B4

Black with #2FC4B4

Text Example


Text Example

White with #2FC4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,180); }

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

background-color css

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

 a { background-color: rgb(47,196,180); }

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

border-color css

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

 span { border-color: rgb(47,196,180); }

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