Html Css Color HEX #1AB2BE Light Sea Green

📋 copy color: '#1AB2BE'

red 26 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #1AB2BE

Tints of Light Sea Green #1AB2BE

RGB

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

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

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

R = 6.6%
G = 45.18%
B = 48.22%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1AB2BE (or 0x1AB2BE) is known color: Light Sea Green. HEX triplet: 1A, B2 and BE. RGB value is (26,178,190). Sum of RGB (Red+Green+Blue) = 26+178+190=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2BE is #E54D41. Grayscale: #858585. Windows color (decimal): -15027522 or 12497434. OLE color: 12497434.

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

Color convert

RGB 26 178 190 -
CMYK 0.86 0.06 0 0.25
HSL 184.39º 0.76% 0.42% -
HSV(B) 184.39º 0.86% 0.75% -
XYZ 25.64 35.78 54.27 -
YUV 133.92 159.64 51.02 -
System Red Green Blue C M Y K H S L
Decimal 26 178 190 0.86 0.06 0 0.25 184.39 0.76 0.42
Hex 1A B2 BE 56 6 0 19 B8 4C 2A
Octal 32 262 276 126 6 0 31 270 114 52
Binary 11010 10110010 10111110 1010110 110 0 11001 10111000 1001100 101010

Color Harmonies of #1AB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB2BE

Black with #1AB2BE

Text Example


Text Example

White with #1AB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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