Html Css Color HEX #31AEAA Light Sea Green

📋 copy color: '#31AEAA'

red 49 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #31AEAA

Tints of Light Sea Green #31AEAA

RGB

 RED value IS 49 (19.53% from 255) = 12.47%

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 12.47%
G = 44.27%
B = 43.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#31AEAA (or 0x31AEAA) is known color: Light Sea Green. HEX triplet: 31, AE and AA. RGB value is (49,174,170). Sum of RGB (Red+Green+Blue) = 49+174+170=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #31AEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AEAA is #CE5155. Grayscale: #888888. Windows color (decimal): -13521238 or 11185713. OLE color: 11185713.

HSL color Cylindrical-coordinate representation of color #31AEAA: hue angle of 178.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AEAA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 174 170 -
CMYK 0.72 0 0.02 0.32
HSL 178.08º 0.56% 0.44% -
HSV(B) 178.08º 0.72% 0.68% -
XYZ 23.66 33.83 43.31 -
YUV 136.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 49 174 170 0.72 0 0.02 0.32 178.08 0.56 0.44
Hex 31 AE AA 48 0 2 20 B2 38 2C
Octal 61 256 252 110 0 2 40 262 70 54
Binary 110001 10101110 10101010 1001000 0 10 100000 10110010 111000 101100

Color Harmonies of #31AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AEAA

Black with #31AEAA

Text Example


Text Example

White with #31AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AEAA; }

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

 H1.HeaderClassName
 {
   color: #31AEAA;
 }
 .AnyTagClassName
 {
   color: #31AEAA;
 }
</style>

background-color css

<style>
 a { background-color: #31AEAA; }

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

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

border-color css

<style>
 span { border-color: #31AEAA; }

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

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