Html Css Color HEX #1AAEB8 Light Sea Green

📋 copy color: '#1AAEB8'

red 26 ◦ green 174 ◦ blue 184

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

Shades of Light Sea Green #1AAEB8

Tints of Light Sea Green #1AAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.31%

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 6.77%
G = 45.31%
B = 47.92%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1AAEB8 (or 0x1AAEB8) is known color: Light Sea Green. HEX triplet: 1A, AE and B8. RGB value is (26,174,184). Sum of RGB (Red+Green+Blue) = 26+174+184=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #1AAEB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEB8 is #E55147. Grayscale: #828282. Windows color (decimal): -15028552 or 12103194. OLE color: 12103194.

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

Color convert

RGB 26 174 184 -
CMYK 0.86 0.05 0 0.28
HSL 183.8º 0.75% 0.41% -
HSV(B) 183.8º 0.86% 0.72% -
XYZ 24.21 33.95 50.62 -
YUV 130.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 26 174 184 0.86 0.05 0 0.28 183.8 0.75 0.41
Hex 1A AE B8 56 5 0 1C B8 4B 29
Octal 32 256 270 126 5 0 34 270 113 51
Binary 11010 10101110 10111000 1010110 101 0 11100 10111000 1001011 101001

Color Harmonies of #1AAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEB8

Black with #1AAEB8

Text Example


Text Example

White with #1AAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,174,184); }

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

background-color css

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

 a { background-color: rgb(26,174,184); }

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

border-color css

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

 span { border-color: rgb(26,174,184); }

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