Html Css Color HEX #31ACAB Light Sea Green

📋 copy color: '#31ACAB'

red 49 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #31ACAB

Tints of Light Sea Green #31ACAB

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #31ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACAB

Black with #31ACAB

Text Example


Text Example

White with #31ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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