Html Css Color HEX #1AAEAF Light Sea Green

📋 copy color: '#1AAEAF'

red 26 ◦ green 174 ◦ blue 175

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

Shades of Light Sea Green #1AAEAF

Tints of Light Sea Green #1AAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 6.93%
G = 46.4%
B = 46.67%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1AAEAF (or 0x1AAEAF) is known color: Light Sea Green. HEX triplet: 1A, AE and AF. RGB value is (26,174,175). Sum of RGB (Red+Green+Blue) = 26+174+175=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #1AAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAEAF is #E55150. Grayscale: #818181. Windows color (decimal): -15028561 or 11513370. OLE color: 11513370.

HSL color Cylindrical-coordinate representation of color #1AAEAF: hue angle of 180.4º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAEAF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 174 175 -
CMYK 0.85 0.01 0 0.31
HSL 180.4º 0.74% 0.39% -
HSV(B) 180.4º 0.85% 0.69% -
XYZ 23.3 33.59 45.81 -
YUV 129.86 153.47 53.92 -
System Red Green Blue C M Y K H S L
Decimal 26 174 175 0.85 0.01 0 0.31 180.4 0.74 0.39
Hex 1A AE AF 55 1 0 1F B4 4A 27
Octal 32 256 257 125 1 0 37 264 112 47
Binary 11010 10101110 10101111 1010101 1 0 11111 10110100 1001010 100111

Color Harmonies of #1AAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEAF

Black with #1AAEAF

Text Example


Text Example

White with #1AAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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