Html Css Color HEX #1AB3BA Light Sea Green

📋 copy color: '#1AB3BA'

red 26 ◦ green 179 ◦ blue 186

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

Shades of Light Sea Green #1AB3BA

Tints of Light Sea Green #1AB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

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

R = 6.65%
G = 45.78%
B = 47.57%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1AB3BA (or 0x1AB3BA) is known color: Light Sea Green. HEX triplet: 1A, B3 and BA. RGB value is (26,179,186). Sum of RGB (Red+Green+Blue) = 26+179+186=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AB3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB3BA is #E54C45. Grayscale: #858585. Windows color (decimal): -15027270 or 12235546. OLE color: 12235546.

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

Color convert

RGB 26 179 186 -
CMYK 0.86 0.04 0 0.27
HSL 182.63º 0.75% 0.42% -
HSV(B) 182.63º 0.86% 0.73% -
XYZ 25.41 36 52.06 -
YUV 134.05 157.31 50.93 -
System Red Green Blue C M Y K H S L
Decimal 26 179 186 0.86 0.04 0 0.27 182.63 0.75 0.42
Hex 1A B3 BA 56 4 0 1B B7 4B 2A
Octal 32 263 272 126 4 0 33 267 113 52
Binary 11010 10110011 10111010 1010110 100 0 11011 10110111 1001011 101010

Color Harmonies of #1AB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB3BA

Black with #1AB3BA

Text Example


Text Example

White with #1AB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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