Html Css Color HEX #31AC9E Light Sea Green

📋 copy color: '#31AC9E'

red 49 ◦ green 172 ◦ blue 158

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

Shades of Light Sea Green #31AC9E

Tints of Light Sea Green #31AC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

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

R = 12.93%
G = 45.38%
B = 41.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#31AC9E (or 0x31AC9E) is known color: Light Sea Green. HEX triplet: 31, AC and 9E. RGB value is (49,172,158). Sum of RGB (Red+Green+Blue) = 49+172+158=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AC9E is #CE5361. Grayscale: #858585. Windows color (decimal): -13521762 or 10398769. OLE color: 10398769.

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

Color convert

RGB 49 172 158 -
CMYK 0.72 0 0.08 0.33
HSL 173.17º 0.56% 0.43% -
HSV(B) 173.17º 0.72% 0.67% -
XYZ 22.19 32.63 37.48 -
YUV 133.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 49 172 158 0.72 0 0.08 0.33 173.17 0.56 0.43
Hex 31 AC 9E 48 0 8 21 AD 38 2B
Octal 61 254 236 110 0 10 41 255 70 53
Binary 110001 10101100 10011110 1001000 0 1000 100001 10101101 111000 101011

Color Harmonies of #31AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC9E

Black with #31AC9E

Text Example


Text Example

White with #31AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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