Html Css Color HEX #1AAAB7 Light Sea Green

📋 copy color: '#1AAAB7'

red 26 ◦ green 170 ◦ blue 183

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

Shades of Light Sea Green #1AAAB7

Tints of Light Sea Green #1AAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.85%

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 6.86%
G = 44.85%
B = 48.28%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1AAAB7 (or 0x1AAAB7) is known color: Light Sea Green. HEX triplet: 1A, AA and B7. RGB value is (26,170,183). Sum of RGB (Red+Green+Blue) = 26+170+183=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #1AAAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAAB7 is #E55548. Grayscale: #808080. Windows color (decimal): -15029577 or 12036634. OLE color: 12036634.

HSL color Cylindrical-coordinate representation of color #1AAAB7: hue angle of 184.97º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAAB7 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 26 170 183 -
CMYK 0.86 0.07 0 0.28
HSL 184.97º 0.75% 0.41% -
HSV(B) 184.97º 0.86% 0.72% -
XYZ 23.35 32.39 49.82 -
YUV 128.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 26 170 183 0.86 0.07 0 0.28 184.97 0.75 0.41
Hex 1A AA B7 56 7 0 1C B9 4B 29
Octal 32 252 267 126 7 0 34 271 113 51
Binary 11010 10101010 10110111 1010110 111 0 11100 10111001 1001011 101001

Color Harmonies of #1AAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAB7

Black with #1AAAB7

Text Example


Text Example

White with #1AAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,170,183); }

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

background-color css

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

 a { background-color: rgb(26,170,183); }

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

border-color css

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

 span { border-color: rgb(26,170,183); }

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