Html Css Color HEX #1AAFAE Light Sea Green

📋 copy color: '#1AAFAE'

red 26 ◦ green 175 ◦ blue 174

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

Shades of Light Sea Green #1AAFAE

Tints of Light Sea Green #1AAFAE

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1AAFAE: hue angle of 179.6º 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 #1AAFAE is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

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

Color Harmonies of #1AAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAFAE

Black with #1AAFAE

Text Example


Text Example

White with #1AAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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