Html Css Color HEX #31AA9E Light Sea Green

📋 copy color: '#31AA9E'

red 49 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #31AA9E

Tints of Light Sea Green #31AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 13%
G = 45.09%
B = 41.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#31AA9E (or 0x31AA9E) is known color: Light Sea Green. HEX triplet: 31, AA and 9E. RGB value is (49,170,158). Sum of RGB (Red+Green+Blue) = 49+170+158=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AA9E is #CE5561. Grayscale: #848484. Windows color (decimal): -13522274 or 10398257. OLE color: 10398257.

HSL color Cylindrical-coordinate representation of color #31AA9E: hue angle of 174.05º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA9E is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 170 158 -
CMYK 0.71 0 0.07 0.33
HSL 174.05º 0.55% 0.43% -
HSV(B) 174.05º 0.71% 0.67% -
XYZ 21.81 31.87 37.35 -
YUV 132.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 49 170 158 0.71 0 0.07 0.33 174.05 0.55 0.43
Hex 31 AA 9E 47 0 7 21 AE 37 2B
Octal 61 252 236 107 0 7 41 256 67 53
Binary 110001 10101010 10011110 1000111 0 111 100001 10101110 110111 101011

Color Harmonies of #31AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AA9E

Black with #31AA9E

Text Example


Text Example

White with #31AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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