Html Css Color HEX #2FAEB9 Light Sea Green

📋 copy color: '#2FAEB9'

red 47 ◦ green 174 ◦ blue 185

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

Shades of Light Sea Green #2FAEB9

Tints of Light Sea Green #2FAEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.57%

R = 11.58%
G = 42.86%
B = 45.57%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2FAEB9 (or 0x2FAEB9) is known color: Light Sea Green. HEX triplet: 2F, AE and B9. RGB value is (47,174,185). Sum of RGB (Red+Green+Blue) = 47+174+185=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #2FAEB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEB9 is #D05146. Grayscale: #898989. Windows color (decimal): -13652295 or 12168751. OLE color: 12168751.

HSL color Cylindrical-coordinate representation of color #2FAEB9: hue angle of 184.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAEB9 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 174 185 -
CMYK 0.75 0.06 0 0.27
HSL 184.78º 0.59% 0.45% -
HSV(B) 184.78º 0.75% 0.73% -
XYZ 25.07 34.38 51.21 -
YUV 137.28 154.92 63.61 -
System Red Green Blue C M Y K H S L
Decimal 47 174 185 0.75 0.06 0 0.27 184.78 0.59 0.45
Hex 2F AE B9 4B 6 0 1B B9 3B 2D
Octal 57 256 271 113 6 0 33 271 73 55
Binary 101111 10101110 10111001 1001011 110 0 11011 10111001 111011 101101

Color Harmonies of #2FAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEB9

Black with #2FAEB9

Text Example


Text Example

White with #2FAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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