Html Css Color HEX #1ABDAF Light Sea Green

📋 copy color: '#1ABDAF'

red 26 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #1ABDAF

Tints of Light Sea Green #1ABDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

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

R = 6.67%
G = 48.46%
B = 44.87%

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

#1ABDAF (or 0x1ABDAF) is known color: Light Sea Green. HEX triplet: 1A, BD and AF. RGB value is (26,189,175). Sum of RGB (Red+Green+Blue) = 26+189+175=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABDAF is #E54250. Grayscale: #8A8A8A. Windows color (decimal): -15024721 or 11517210. OLE color: 11517210.

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

Color convert

RGB 26 189 175 -
CMYK 0.86 0 0.07 0.26
HSL 174.85º 0.76% 0.42% -
HSV(B) 174.85º 0.86% 0.74% -
XYZ 26.36 39.71 46.83 -
YUV 138.67 148.5 47.64 -
System Red Green Blue C M Y K H S L
Decimal 26 189 175 0.86 0 0.07 0.26 174.85 0.76 0.42
Hex 1A BD AF 56 0 7 1A AF 4C 2A
Octal 32 275 257 126 0 7 32 257 114 52
Binary 11010 10111101 10101111 1010110 0 111 11010 10101111 1001100 101010

Color Harmonies of #1ABDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDAF

Black with #1ABDAF

Text Example


Text Example

White with #1ABDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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