Html Css Color HEX #1AB0AC Light Sea Green

📋 copy color: '#1AB0AC'

red 26 ◦ green 176 ◦ blue 172

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

Shades of Light Sea Green #1AB0AC

Tints of Light Sea Green #1AB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

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

R = 6.95%
G = 47.06%
B = 45.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#1AB0AC (or 0x1AB0AC) is known color: Light Sea Green. HEX triplet: 1A, B0 and AC. RGB value is (26,176,172). Sum of RGB (Red+Green+Blue) = 26+176+172=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB0AC is #E54F53. Grayscale: #828282. Windows color (decimal): -15028052 or 11317274. OLE color: 11317274.

HSL color Cylindrical-coordinate representation of color #1AB0AC: hue angle of 178.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB0AC is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 176 172 -
CMYK 0.85 0 0.02 0.31
HSL 178.4º 0.74% 0.4% -
HSV(B) 178.4º 0.85% 0.69% -
XYZ 23.4 34.25 44.41 -
YUV 130.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 26 176 172 0.85 0 0.02 0.31 178.4 0.74 0.4
Hex 1A B0 AC 55 0 2 1F B2 4A 28
Octal 32 260 254 125 0 2 37 262 112 50
Binary 11010 10110000 10101100 1010101 0 10 11111 10110010 1001010 101000

Color Harmonies of #1AB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB0AC

Black with #1AB0AC

Text Example


Text Example

White with #1AB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,176,172); }

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

background-color css

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

 a { background-color: rgb(26,176,172); }

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

border-color css

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

 span { border-color: rgb(26,176,172); }

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