Html Css Color HEX #2FADAE Light Sea Green

📋 copy color: '#2FADAE'

red 47 ◦ green 173 ◦ blue 174

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

Shades of Light Sea Green #2FADAE

Tints of Light Sea Green #2FADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.91%

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

R = 11.93%
G = 43.91%
B = 44.16%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2FADAE (or 0x2FADAE) is known color: Light Sea Green. HEX triplet: 2F, AD and AE. RGB value is (47,173,174). Sum of RGB (Red+Green+Blue) = 47+173+174=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #2FADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADAE is #D05251. Grayscale: #878787. Windows color (decimal): -13652562 or 11447599. OLE color: 11447599.

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

Color convert

RGB 47 173 174 -
CMYK 0.73 0.01 0 0.32
HSL 180.47º 0.57% 0.43% -
HSV(B) 180.47º 0.73% 0.68% -
XYZ 23.76 33.55 45.27 -
YUV 135.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 47 173 174 0.73 0.01 0 0.32 180.47 0.57 0.43
Hex 2F AD AE 49 1 0 20 B4 39 2B
Octal 57 255 256 111 1 0 40 264 71 53
Binary 101111 10101101 10101110 1001001 1 0 100000 10110100 111001 101011

Color Harmonies of #2FADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADAE

Black with #2FADAE

Text Example


Text Example

White with #2FADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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