Html Css Color HEX #1ABDBE Light Sea Green

📋 copy color: '#1ABDBE'

red 26 ◦ green 189 ◦ blue 190

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

Shades of Light Sea Green #1ABDBE

Tints of Light Sea Green #1ABDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 6.42%
G = 46.67%
B = 46.91%

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

#1ABDBE (or 0x1ABDBE) is known color: Light Sea Green. HEX triplet: 1A, BD and BE. RGB value is (26,189,190). Sum of RGB (Red+Green+Blue) = 26+189+190=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #1ABDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDBE is #E54241. Grayscale: #8C8C8C. Windows color (decimal): -15024706 or 12500250. OLE color: 12500250.

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

Color convert

RGB 26 189 190 -
CMYK 0.86 0.01 0 0.25
HSL 180.37º 0.76% 0.42% -
HSV(B) 180.37º 0.86% 0.75% -
XYZ 27.92 40.33 55.03 -
YUV 140.38 156 46.42 -
System Red Green Blue C M Y K H S L
Decimal 26 189 190 0.86 0.01 0 0.25 180.37 0.76 0.42
Hex 1A BD BE 56 1 0 19 B4 4C 2A
Octal 32 275 276 126 1 0 31 264 114 52
Binary 11010 10111101 10111110 1010110 1 0 11001 10110100 1001100 101010

Color Harmonies of #1ABDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDBE

Black with #1ABDBE

Text Example


Text Example

White with #1ABDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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