Html Css Color HEX #1ABDBF Light Sea Green

📋 copy color: '#1ABDBF'

red 26 ◦ green 189 ◦ blue 191

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

Shades of Light Sea Green #1ABDBF

Tints of Light Sea Green #1ABDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 6.4%
G = 46.55%
B = 47.04%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1ABDBF (or 0x1ABDBF) is known color: Light Sea Green. HEX triplet: 1A, BD and BF. RGB value is (26,189,191). Sum of RGB (Red+Green+Blue) = 26+189+191=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #1ABDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDBF is #E54240. Grayscale: #8C8C8C. Windows color (decimal): -15024705 or 12565786. OLE color: 12565786.

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

Color convert

RGB 26 189 191 -
CMYK 0.86 0.01 0 0.25
HSL 180.73º 0.76% 0.43% -
HSV(B) 180.73º 0.86% 0.75% -
XYZ 28.03 40.38 55.61 -
YUV 140.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 26 189 191 0.86 0.01 0 0.25 180.73 0.76 0.43
Hex 1A BD BF 56 1 0 19 B5 4C 2B
Octal 32 275 277 126 1 0 31 265 114 53
Binary 11010 10111101 10111111 1010110 1 0 11001 10110101 1001100 101011

Color Harmonies of #1ABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDBF

Black with #1ABDBF

Text Example


Text Example

White with #1ABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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