Html Css Color HEX #1AB2BA Light Sea Green

📋 copy color: '#1AB2BA'

red 26 ◦ green 178 ◦ blue 186

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

Shades of Light Sea Green #1AB2BA

Tints of Light Sea Green #1AB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

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

R = 6.67%
G = 45.64%
B = 47.69%

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

#1AB2BA (or 0x1AB2BA) is known color: Light Sea Green. HEX triplet: 1A, B2 and BA. RGB value is (26,178,186). Sum of RGB (Red+Green+Blue) = 26+178+186=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AB2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2BA is #E54D45. Grayscale: #858585. Windows color (decimal): -15027526 or 12235290. OLE color: 12235290.

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

Color convert

RGB 26 178 186 -
CMYK 0.86 0.04 0 0.27
HSL 183º 0.75% 0.42% -
HSV(B) 183º 0.86% 0.73% -
XYZ 25.21 35.61 52 -
YUV 133.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 26 178 186 0.86 0.04 0 0.27 183 0.75 0.42
Hex 1A B2 BA 56 4 0 1B B7 4B 2A
Octal 32 262 272 126 4 0 33 267 113 52
Binary 11010 10110010 10111010 1010110 100 0 11011 10110111 1001011 101010

Color Harmonies of #1AB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB2BA

Black with #1AB2BA

Text Example


Text Example

White with #1AB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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