Html Css Color HEX #31ADAB Light Sea Green

📋 copy color: '#31ADAB'

red 49 ◦ green 173 ◦ blue 171

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

Shades of Light Sea Green #31ADAB

Tints of Light Sea Green #31ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 12.47%
G = 44.02%
B = 43.51%

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

#31ADAB (or 0x31ADAB) is known color: Light Sea Green. HEX triplet: 31, AD and AB. RGB value is (49,173,171). Sum of RGB (Red+Green+Blue) = 49+173+171=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #31ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ADAB is #CE5254. Grayscale: #878787. Windows color (decimal): -13521493 or 11250993. OLE color: 11250993.

HSL color Cylindrical-coordinate representation of color #31ADAB: hue angle of 179.03º 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 #31ADAB is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 171 -
CMYK 0.72 0 0.01 0.32
HSL 179.03º 0.56% 0.44% -
HSV(B) 179.03º 0.72% 0.68% -
XYZ 23.56 33.48 43.75 -
YUV 135.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 49 173 171 0.72 0 0.01 0.32 179.03 0.56 0.44
Hex 31 AD AB 48 0 1 20 B3 38 2C
Octal 61 255 253 110 0 1 40 263 70 54
Binary 110001 10101101 10101011 1001000 0 1 100000 10110011 111000 101100

Color Harmonies of #31ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADAB

Black with #31ADAB

Text Example


Text Example

White with #31ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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