Html Css Color HEX #1AB8BA Light Sea Green

📋 copy color: '#1AB8BA'

red 26 ◦ green 184 ◦ blue 186

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

Shades of Light Sea Green #1AB8BA

Tints of Light Sea Green #1AB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 6.57%
G = 46.46%
B = 46.97%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1AB8BA (or 0x1AB8BA) is known color: Light Sea Green. HEX triplet: 1A, B8 and BA. RGB value is (26,184,186). Sum of RGB (Red+Green+Blue) = 26+184+186=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AB8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8BA is #E54745. Grayscale: #888888. Windows color (decimal): -15025990 or 12236826. OLE color: 12236826.

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

Color convert

RGB 26 184 186 -
CMYK 0.86 0.01 0 0.27
HSL 180.75º 0.75% 0.42% -
HSV(B) 180.75º 0.86% 0.73% -
XYZ 26.43 38.05 52.4 -
YUV 136.99 155.65 48.84 -
System Red Green Blue C M Y K H S L
Decimal 26 184 186 0.86 0.01 0 0.27 180.75 0.75 0.42
Hex 1A B8 BA 56 1 0 1B B5 4B 2A
Octal 32 270 272 126 1 0 33 265 113 52
Binary 11010 10111000 10111010 1010110 1 0 11011 10110101 1001011 101010

Color Harmonies of #1AB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB8BA

Black with #1AB8BA

Text Example


Text Example

White with #1AB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,184,186); }

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

background-color css

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

 a { background-color: rgb(26,184,186); }

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

border-color css

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

 span { border-color: rgb(26,184,186); }

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