Html Css Color HEX #31ABAF Light Sea Green

📋 copy color: '#31ABAF'

red 49 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #31ABAF

Tints of Light Sea Green #31ABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 12.41%
G = 43.29%
B = 44.3%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#31ABAF (or 0x31ABAF) is known color: Light Sea Green. HEX triplet: 31, AB and AF. RGB value is (49,171,175). Sum of RGB (Red+Green+Blue) = 49+171+175=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #31ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ABAF is #CE5450. Grayscale: #868686. Windows color (decimal): -13522001 or 11512625. OLE color: 11512625.

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

Color convert

RGB 49 171 175 -
CMYK 0.72 0.02 0 0.31
HSL 181.9º 0.56% 0.44% -
HSV(B) 181.9º 0.72% 0.69% -
XYZ 23.57 32.87 45.66 -
YUV 134.98 150.58 66.67 -
System Red Green Blue C M Y K H S L
Decimal 49 171 175 0.72 0.02 0 0.31 181.9 0.56 0.44
Hex 31 AB AF 48 2 0 1F B6 38 2C
Octal 61 253 257 110 2 0 37 266 70 54
Binary 110001 10101011 10101111 1001000 10 0 11111 10110110 111000 101100

Color Harmonies of #31ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABAF

Black with #31ABAF

Text Example


Text Example

White with #31ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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