Html Css Color HEX #2FAAAE Light Sea Green

📋 copy color: '#2FAAAE'

red 47 ◦ green 170 ◦ blue 174

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

Shades of Light Sea Green #2FAAAE

Tints of Light Sea Green #2FAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 12.02%
G = 43.48%
B = 44.5%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2FAAAE (or 0x2FAAAE) is known color: Light Sea Green. HEX triplet: 2F, AA and AE. RGB value is (47,170,174). Sum of RGB (Red+Green+Blue) = 47+170+174=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #2FAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAAE is #D05551. Grayscale: #858585. Windows color (decimal): -13653330 or 11446831. OLE color: 11446831.

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

Color convert

RGB 47 170 174 -
CMYK 0.73 0.02 0 0.32
HSL 181.89º 0.57% 0.43% -
HSV(B) 181.89º 0.73% 0.68% -
XYZ 23.19 32.41 45.08 -
YUV 133.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 47 170 174 0.73 0.02 0 0.32 181.89 0.57 0.43
Hex 2F AA AE 49 2 0 20 B6 39 2B
Octal 57 252 256 111 2 0 40 266 71 53
Binary 101111 10101010 10101110 1001001 10 0 100000 10110110 111001 101011

Color Harmonies of #2FAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAAE

Black with #2FAAAE

Text Example


Text Example

White with #2FAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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