Html Css Color HEX #1ABFA6 Light Sea Green

📋 copy color: '#1ABFA6'

red 26 ◦ green 191 ◦ blue 166

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

Shades of Light Sea Green #1ABFA6

Tints of Light Sea Green #1ABFA6

RGB

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

 GREEN value IS 191 (75% from 255) = 49.87%

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

R = 6.79%
G = 49.87%
B = 43.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#1ABFA6 (or 0x1ABFA6) is known color: Light Sea Green. HEX triplet: 1A, BF and A6. RGB value is (26,191,166). Sum of RGB (Red+Green+Blue) = 26+191+166=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABFA6 is #E54059. Grayscale: #8A8A8A. Windows color (decimal): -15024218 or 10927898. OLE color: 10927898.

HSL color Cylindrical-coordinate representation of color #1ABFA6: hue angle of 170.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABFA6 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 166 -
CMYK 0.86 0 0.13 0.25
HSL 170.91º 0.76% 0.43% -
HSV(B) 170.91º 0.86% 0.75% -
XYZ 25.94 40.23 42.48 -
YUV 138.82 143.34 47.53 -
System Red Green Blue C M Y K H S L
Decimal 26 191 166 0.86 0 0.13 0.25 170.91 0.76 0.43
Hex 1A BF A6 56 0 D 19 AB 4C 2B
Octal 32 277 246 126 0 15 31 253 114 53
Binary 11010 10111111 10100110 1010110 0 1101 11001 10101011 1001100 101011

Color Harmonies of #1ABFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFA6

Black with #1ABFA6

Text Example


Text Example

White with #1ABFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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