Html Css Color HEX #2FAEA9 Light Sea Green

📋 copy color: '#2FAEA9'

red 47 ◦ green 174 ◦ blue 169

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

Shades of Light Sea Green #2FAEA9

Tints of Light Sea Green #2FAEA9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.62%

 BLUE value IS 169 (66.41% from 255) = 43.33%

R = 12.05%
G = 44.62%
B = 43.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#2FAEA9 (or 0x2FAEA9) is known color: Light Sea Green. HEX triplet: 2F, AE and A9. RGB value is (47,174,169). Sum of RGB (Red+Green+Blue) = 47+174+169=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAEA9 is #D05156. Grayscale: #878787. Windows color (decimal): -13652311 or 11120175. OLE color: 11120175.

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

Color convert

RGB 47 174 169 -
CMYK 0.73 0 0.03 0.32
HSL 177.64º 0.57% 0.43% -
HSV(B) 177.64º 0.73% 0.68% -
XYZ 23.47 33.74 42.81 -
YUV 135.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 47 174 169 0.73 0 0.03 0.32 177.64 0.57 0.43
Hex 2F AE A9 49 0 3 20 B2 39 2B
Octal 57 256 251 111 0 3 40 262 71 53
Binary 101111 10101110 10101001 1001001 0 11 100000 10110010 111001 101011

Color Harmonies of #2FAEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEA9

Black with #2FAEA9

Text Example


Text Example

White with #2FAEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,169); }

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

background-color css

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

 a { background-color: rgb(47,174,169); }

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

border-color css

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

 span { border-color: rgb(47,174,169); }

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