Html Css Color HEX #1AB9BA Light Sea Green

📋 copy color: '#1AB9BA'

red 26 ◦ green 185 ◦ blue 186

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

Shades of Light Sea Green #1AB9BA

Tints of Light Sea Green #1AB9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 6.55%
G = 46.6%
B = 46.85%

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

#1AB9BA (or 0x1AB9BA) is known color: Light Sea Green. HEX triplet: 1A, B9 and BA. RGB value is (26,185,186). Sum of RGB (Red+Green+Blue) = 26+185+186=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AB9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB9BA is #E54645. Grayscale: #898989. Windows color (decimal): -15025734 or 12237082. OLE color: 12237082.

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

Color convert

RGB 26 185 186 -
CMYK 0.86 0.01 0 0.27
HSL 180.38º 0.75% 0.42% -
HSV(B) 180.38º 0.86% 0.73% -
XYZ 26.64 38.46 52.47 -
YUV 137.57 155.32 48.42 -
System Red Green Blue C M Y K H S L
Decimal 26 185 186 0.86 0.01 0 0.27 180.38 0.75 0.42
Hex 1A B9 BA 56 1 0 1B B4 4B 2A
Octal 32 271 272 126 1 0 33 264 113 52
Binary 11010 10111001 10111010 1010110 1 0 11011 10110100 1001011 101010

Color Harmonies of #1AB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB9BA

Black with #1AB9BA

Text Example


Text Example

White with #1AB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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