Html Css Color HEX #31ADB8 Light Sea Green

📋 copy color: '#31ADB8'

red 49 ◦ green 173 ◦ blue 184

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

Shades of Light Sea Green #31ADB8

Tints of Light Sea Green #31ADB8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 12.07%
G = 42.61%
B = 45.32%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#31ADB8 (or 0x31ADB8) is known color: Light Sea Green. HEX triplet: 31, AD and B8. RGB value is (49,173,184). Sum of RGB (Red+Green+Blue) = 49+173+184=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #31ADB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADB8 is #CE5247. Grayscale: #898989. Windows color (decimal): -13521480 or 12102961. OLE color: 12102961.

HSL color Cylindrical-coordinate representation of color #31ADB8: hue angle of 184.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31ADB8 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 173 184 -
CMYK 0.73 0.06 0 0.28
HSL 184.89º 0.58% 0.46% -
HSV(B) 184.89º 0.73% 0.72% -
XYZ 24.86 34 50.6 -
YUV 137.18 154.42 65.11 -
System Red Green Blue C M Y K H S L
Decimal 49 173 184 0.73 0.06 0 0.28 184.89 0.58 0.46
Hex 31 AD B8 49 6 0 1C B9 3A 2E
Octal 61 255 270 111 6 0 34 271 72 56
Binary 110001 10101101 10111000 1001001 110 0 11100 10111001 111010 101110

Color Harmonies of #31ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADB8

Black with #31ADB8

Text Example


Text Example

White with #31ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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