Html Css Color HEX #31ADAC Light Sea Green

📋 copy color: '#31ADAC'

red 49 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #31ADAC

Tints of Light Sea Green #31ADAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 12.44%
G = 43.91%
B = 43.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#31ADAC (or 0x31ADAC) is known color: Light Sea Green. HEX triplet: 31, AD and AC. RGB value is (49,173,172). Sum of RGB (Red+Green+Blue) = 49+173+172=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #31ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ADAC is #CE5253. Grayscale: #878787. Windows color (decimal): -13521492 or 11316529. OLE color: 11316529.

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

Color convert

RGB 49 173 172 -
CMYK 0.72 0 0.01 0.32
HSL 179.52º 0.56% 0.44% -
HSV(B) 179.52º 0.72% 0.68% -
XYZ 23.66 33.52 44.25 -
YUV 135.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 49 173 172 0.72 0 0.01 0.32 179.52 0.56 0.44
Hex 31 AD AC 48 0 1 20 B4 38 2C
Octal 61 255 254 110 0 1 40 264 70 54
Binary 110001 10101101 10101100 1001000 0 1 100000 10110100 111000 101100

Color Harmonies of #31ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADAC

Black with #31ADAC

Text Example


Text Example

White with #31ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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