Html Css Color HEX #1ABCAF Light Sea Green

📋 copy color: '#1ABCAF'

red 26 ◦ green 188 ◦ blue 175

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

Shades of Light Sea Green #1ABCAF

Tints of Light Sea Green #1ABCAF

RGB

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

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

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

R = 6.68%
G = 48.33%
B = 44.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#1ABCAF (or 0x1ABCAF) is known color: Light Sea Green. HEX triplet: 1A, BC and AF. RGB value is (26,188,175). Sum of RGB (Red+Green+Blue) = 26+188+175=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABCAF is #E54350. Grayscale: #898989. Windows color (decimal): -15024977 or 11516954. OLE color: 11516954.

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

Color convert

RGB 26 188 175 -
CMYK 0.86 0 0.07 0.26
HSL 175.19º 0.76% 0.42% -
HSV(B) 175.19º 0.86% 0.74% -
XYZ 26.15 39.28 46.76 -
YUV 138.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 26 188 175 0.86 0 0.07 0.26 175.19 0.76 0.42
Hex 1A BC AF 56 0 7 1A AF 4C 2A
Octal 32 274 257 126 0 7 32 257 114 52
Binary 11010 10111100 10101111 1010110 0 111 11010 10101111 1001100 101010

Color Harmonies of #1ABCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCAF

Black with #1ABCAF

Text Example


Text Example

White with #1ABCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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