Html Css Color HEX #1ABBAF Light Sea Green

📋 copy color: '#1ABBAF'

red 26 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #1ABBAF

Tints of Light Sea Green #1ABBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.2%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 6.7%
G = 48.2%
B = 45.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#1ABBAF (or 0x1ABBAF) is known color: Light Sea Green. HEX triplet: 1A, BB and AF. RGB value is (26,187,175). Sum of RGB (Red+Green+Blue) = 26+187+175=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBAF is #E54450. Grayscale: #898989. Windows color (decimal): -15025233 or 11516698. OLE color: 11516698.

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

Color convert

RGB 26 187 175 -
CMYK 0.86 0 0.06 0.27
HSL 175.53º 0.76% 0.42% -
HSV(B) 175.53º 0.86% 0.73% -
XYZ 25.93 38.86 46.69 -
YUV 137.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 26 187 175 0.86 0 0.06 0.27 175.53 0.76 0.42
Hex 1A BB AF 56 0 6 1B B0 4C 2A
Octal 32 273 257 126 0 6 33 260 114 52
Binary 11010 10111011 10101111 1010110 0 110 11011 10110000 1001100 101010

Color Harmonies of #1ABBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBAF

Black with #1ABBAF

Text Example


Text Example

White with #1ABBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,187,175); }

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

background-color css

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

 a { background-color: rgb(26,187,175); }

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

border-color css

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

 span { border-color: rgb(26,187,175); }

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