Html Css Color HEX #1AAF9A Light Sea Green

📋 copy color: '#1AAF9A'

red 26 ◦ green 175 ◦ blue 154

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

Shades of Light Sea Green #1AAF9A

Tints of Light Sea Green #1AAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 7.32%
G = 49.3%
B = 43.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#1AAF9A (or 0x1AAF9A) is known color: Light Sea Green. HEX triplet: 1A, AF and 9A. RGB value is (26,175,154). Sum of RGB (Red+Green+Blue) = 26+175+154=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAF9A is #E55065. Grayscale: #7F7F7F. Windows color (decimal): -15028326 or 10137370. OLE color: 10137370.

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

Color convert

RGB 26 175 154 -
CMYK 0.85 0 0.12 0.31
HSL 171.54º 0.74% 0.39% -
HSV(B) 171.54º 0.85% 0.69% -
XYZ 21.59 33.21 35.84 -
YUV 128.06 142.64 55.21 -
System Red Green Blue C M Y K H S L
Decimal 26 175 154 0.85 0 0.12 0.31 171.54 0.74 0.39
Hex 1A AF 9A 55 0 C 1F AC 4A 27
Octal 32 257 232 125 0 14 37 254 112 47
Binary 11010 10101111 10011010 1010101 0 1100 11111 10101100 1001010 100111

Color Harmonies of #1AAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF9A

Black with #1AAF9A

Text Example


Text Example

White with #1AAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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