Html Css Color HEX #1ACAB1 Light Sea Green

📋 copy color: '#1ACAB1'

red 26 ◦ green 202 ◦ blue 177

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

Shades of Light Sea Green #1ACAB1

Tints of Light Sea Green #1ACAB1

RGB

 RED value IS 26 (10.55% from 255) = 6.42%

 GREEN value IS 202 (79.3% from 255) = 49.88%

 BLUE value IS 177 (69.53% from 255) = 43.7%

R = 6.42%
G = 49.88%
B = 43.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#1ACAB1 (or 0x1ACAB1) is known color: Light Sea Green. HEX triplet: 1A, CA and B1. RGB value is (26,202,177). Sum of RGB (Red+Green+Blue) = 26+202+177=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACAB1 is #E5354E. Grayscale: #929292. Windows color (decimal): -15021391 or 11651610. OLE color: 11651610.

HSL color Cylindrical-coordinate representation of color #1ACAB1: hue angle of 171.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACAB1 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 202 177 -
CMYK 0.87 0 0.12 0.21
HSL 171.48º 0.77% 0.45% -
HSV(B) 171.48º 0.87% 0.79% -
XYZ 29.48 45.64 48.85 -
YUV 146.53 145.19 42.03 -
System Red Green Blue C M Y K H S L
Decimal 26 202 177 0.87 0 0.12 0.21 171.48 0.77 0.45
Hex 1A CA B1 57 0 C 15 AB 4D 2D
Octal 32 312 261 127 0 14 25 253 115 55
Binary 11010 11001010 10110001 1010111 0 1100 10101 10101011 1001101 101101

Color Harmonies of #1ACAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACAB1

Black with #1ACAB1

Text Example


Text Example

White with #1ACAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACAB1; }

 p { color: rgb(26,202,177); }

 H1.HeaderClassName
 {
   color: #1ACAB1;
 }
 .AnyTagClassName
 {
   color: #1ACAB1;
 }
</style>

background-color css

<style>
 a { background-color: #1ACAB1; }

 a { background-color: rgb(26,202,177); }

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

border-color css

<style>
 span { border-color: #1ACAB1; }

 span { border-color: rgb(26,202,177); }

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