Html Css Color HEX #2FB3AA Light Sea Green

📋 copy color: '#2FB3AA'

red 47 ◦ green 179 ◦ blue 170

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

Shades of Light Sea Green #2FB3AA

Tints of Light Sea Green #2FB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.2%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 11.87%
G = 45.2%
B = 42.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#2FB3AA (or 0x2FB3AA) is known color: Light Sea Green. HEX triplet: 2F, B3 and AA. RGB value is (47,179,170). Sum of RGB (Red+Green+Blue) = 47+179+170=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB3AA is #D04C55. Grayscale: #8A8A8A. Windows color (decimal): -13651030 or 11186991. OLE color: 11186991.

HSL color Cylindrical-coordinate representation of color #2FB3AA: hue angle of 175.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB3AA is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 170 -
CMYK 0.74 0 0.05 0.30
HSL 175.91º 0.58% 0.44% -
HSV(B) 175.91º 0.74% 0.7% -
XYZ 24.55 35.75 43.64 -
YUV 138.51 145.77 62.73 -
System Red Green Blue C M Y K H S L
Decimal 47 179 170 0.74 0 0.05 0.30 175.91 0.58 0.44
Hex 2F B3 AA 4A 0 5 1E B0 3A 2C
Octal 57 263 252 112 0 5 36 260 72 54
Binary 101111 10110011 10101010 1001010 0 101 11110 10110000 111010 101100

Color Harmonies of #2FB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB3AA

Black with #2FB3AA

Text Example


Text Example

White with #2FB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,170); }

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

background-color css

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

 a { background-color: rgb(47,179,170); }

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

border-color css

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

 span { border-color: rgb(47,179,170); }

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