Html Css Color HEX #1ABCA6 Light Sea Green

📋 copy color: '#1ABCA6'

red 26 ◦ green 188 ◦ blue 166

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

Shades of Light Sea Green #1ABCA6

Tints of Light Sea Green #1ABCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

 BLUE value IS 166 (65.23% from 255) = 43.68%

R = 6.84%
G = 49.47%
B = 43.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#1ABCA6 (or 0x1ABCA6) is known color: Light Sea Green. HEX triplet: 1A, BC and A6. RGB value is (26,188,166). Sum of RGB (Red+Green+Blue) = 26+188+166=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABCA6 is #E54359. Grayscale: #888888. Windows color (decimal): -15024986 or 10927130. OLE color: 10927130.

HSL color Cylindrical-coordinate representation of color #1ABCA6: hue angle of 171.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABCA6 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 166 -
CMYK 0.86 0 0.12 0.26
HSL 171.85º 0.76% 0.42% -
HSV(B) 171.85º 0.86% 0.74% -
XYZ 25.29 38.94 42.26 -
YUV 137.05 144.33 48.79 -
System Red Green Blue C M Y K H S L
Decimal 26 188 166 0.86 0 0.12 0.26 171.85 0.76 0.42
Hex 1A BC A6 56 0 C 1A AC 4C 2A
Octal 32 274 246 126 0 14 32 254 114 52
Binary 11010 10111100 10100110 1010110 0 1100 11010 10101100 1001100 101010

Color Harmonies of #1ABCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCA6

Black with #1ABCA6

Text Example


Text Example

White with #1ABCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,166); }

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

background-color css

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

 a { background-color: rgb(26,188,166); }

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

border-color css

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

 span { border-color: rgb(26,188,166); }

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