Html Css Color HEX #31ABAC Light Sea Green

📋 copy color: '#31ABAC'

red 49 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #31ABAC

Tints of Light Sea Green #31ABAC

RGB

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

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

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

R = 12.5%
G = 43.62%
B = 43.88%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#31ABAC (or 0x31ABAC) is known color: Light Sea Green. HEX triplet: 31, AB and AC. RGB value is (49,171,172). Sum of RGB (Red+Green+Blue) = 49+171+172=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #31ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ABAC is #CE5453. Grayscale: #868686. Windows color (decimal): -13522004 or 11316017. OLE color: 11316017.

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

Color convert

RGB 49 171 172 -
CMYK 0.72 0.01 0 0.33
HSL 180.49º 0.56% 0.43% -
HSV(B) 180.49º 0.72% 0.67% -
XYZ 23.28 32.76 44.13 -
YUV 134.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 49 171 172 0.72 0.01 0 0.33 180.49 0.56 0.43
Hex 31 AB AC 48 1 0 21 B4 38 2B
Octal 61 253 254 110 1 0 41 264 70 53
Binary 110001 10101011 10101100 1001000 1 0 100001 10110100 111000 101011

Color Harmonies of #31ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABAC

Black with #31ABAC

Text Example


Text Example

White with #31ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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