Html Css Color HEX #1ABFA2 Light Sea Green

📋 copy color: '#1ABFA2'

red 26 ◦ green 191 ◦ blue 162

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

Shades of Light Sea Green #1ABFA2

Tints of Light Sea Green #1ABFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.74%

R = 6.86%
G = 50.4%
B = 42.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#1ABFA2 (or 0x1ABFA2) is known color: Light Sea Green. HEX triplet: 1A, BF and A2. RGB value is (26,191,162). Sum of RGB (Red+Green+Blue) = 26+191+162=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABFA2 is #E5405D. Grayscale: #8A8A8A. Windows color (decimal): -15024222 or 10665754. OLE color: 10665754.

HSL color Cylindrical-coordinate representation of color #1ABFA2: hue angle of 169.45º 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 #1ABFA2 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 162 -
CMYK 0.86 0 0.15 0.25
HSL 169.45º 0.76% 0.43% -
HSV(B) 169.45º 0.86% 0.75% -
XYZ 25.58 40.09 40.57 -
YUV 138.36 141.34 47.86 -
System Red Green Blue C M Y K H S L
Decimal 26 191 162 0.86 0 0.15 0.25 169.45 0.76 0.43
Hex 1A BF A2 56 0 F 19 A9 4C 2B
Octal 32 277 242 126 0 17 31 251 114 53
Binary 11010 10111111 10100010 1010110 0 1111 11001 10101001 1001100 101011

Color Harmonies of #1ABFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFA2

Black with #1ABFA2

Text Example


Text Example

White with #1ABFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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