Html Css Color HEX #2FACA7 Light Sea Green

📋 copy color: '#2FACA7'

red 47 ◦ green 172 ◦ blue 167

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

Shades of Light Sea Green #2FACA7

Tints of Light Sea Green #2FACA7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.56%

 BLUE value IS 167 (65.63% from 255) = 43.26%

R = 12.18%
G = 44.56%
B = 43.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#2FACA7 (or 0x2FACA7) is known color: Light Sea Green. HEX triplet: 2F, AC and A7. RGB value is (47,172,167). Sum of RGB (Red+Green+Blue) = 47+172+167=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #2FACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FACA7 is #D05358. Grayscale: #858585. Windows color (decimal): -13652825 or 10988591. OLE color: 10988591.

HSL color Cylindrical-coordinate representation of color #2FACA7: hue angle of 177.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FACA7 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 167 -
CMYK 0.73 0 0.03 0.33
HSL 177.6º 0.57% 0.43% -
HSV(B) 177.6º 0.73% 0.67% -
XYZ 22.9 32.9 41.7 -
YUV 134.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 47 172 167 0.73 0 0.03 0.33 177.6 0.57 0.43
Hex 2F AC A7 49 0 3 21 B2 39 2B
Octal 57 254 247 111 0 3 41 262 71 53
Binary 101111 10101100 10100111 1001001 0 11 100001 10110010 111001 101011

Color Harmonies of #2FACA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACA7

Black with #2FACA7

Text Example


Text Example

White with #2FACA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,167); }

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

background-color css

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

 a { background-color: rgb(47,172,167); }

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

border-color css

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

 span { border-color: rgb(47,172,167); }

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