Html Css Color HEX #31C0AD Light Sea Green

📋 copy color: '#31C0AD'

red 49 ◦ green 192 ◦ blue 173

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

Shades of Light Sea Green #31C0AD

Tints of Light Sea Green #31C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 11.84%
G = 46.38%
B = 41.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#31C0AD (or 0x31C0AD) is known color: Light Sea Green. HEX triplet: 31, C0 and AD. RGB value is (49,192,173). Sum of RGB (Red+Green+Blue) = 49+192+173=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #31C0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C0AD is #CE3F52. Grayscale: #939393. Windows color (decimal): -13516627 or 11386929. OLE color: 11386929.

HSL color Cylindrical-coordinate representation of color #31C0AD: hue angle of 172.03º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C0AD is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 173 -
CMYK 0.74 0 0.10 0.25
HSL 172.03º 0.59% 0.47% -
HSV(B) 172.03º 0.74% 0.75% -
XYZ 27.66 41.37 46.06 -
YUV 147.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 49 192 173 0.74 0 0.10 0.25 172.03 0.59 0.47
Hex 31 C0 AD 4A 0 A 19 AC 3B 2F
Octal 61 300 255 112 0 12 31 254 73 57
Binary 110001 11000000 10101101 1001010 0 1010 11001 10101100 111011 101111

Color Harmonies of #31C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C0AD

Black with #31C0AD

Text Example


Text Example

White with #31C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,173); }

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

background-color css

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

 a { background-color: rgb(49,192,173); }

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

border-color css

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

 span { border-color: rgb(49,192,173); }

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