Html Css Color HEX #31AF9E Light Sea Green

📋 copy color: '#31AF9E'

red 49 ◦ green 175 ◦ blue 158

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

Shades of Light Sea Green #31AF9E

Tints of Light Sea Green #31AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.81%

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

R = 12.83%
G = 45.81%
B = 41.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#31AF9E (or 0x31AF9E) is known color: Light Sea Green. HEX triplet: 31, AF and 9E. RGB value is (49,175,158). Sum of RGB (Red+Green+Blue) = 49+175+158=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF9E is #CE5061. Grayscale: #878787. Windows color (decimal): -13520994 or 10399537. OLE color: 10399537.

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

Color convert

RGB 49 175 158 -
CMYK 0.72 0 0.10 0.31
HSL 171.9º 0.56% 0.44% -
HSV(B) 171.9º 0.72% 0.69% -
XYZ 22.77 33.78 37.67 -
YUV 135.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 49 175 158 0.72 0 0.10 0.31 171.9 0.56 0.44
Hex 31 AF 9E 48 0 A 1F AC 38 2C
Octal 61 257 236 110 0 12 37 254 70 54
Binary 110001 10101111 10011110 1001000 0 1010 11111 10101100 111000 101100

Color Harmonies of #31AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF9E

Black with #31AF9E

Text Example


Text Example

White with #31AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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