Html Css Color HEX #1AAF9B Light Sea Green

📋 copy color: '#1AAF9B'

red 26 ◦ green 175 ◦ blue 155

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

Shades of Light Sea Green #1AAF9B

Tints of Light Sea Green #1AAF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 7.3%
G = 49.16%
B = 43.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#1AAF9B (or 0x1AAF9B) is known color: Light Sea Green. HEX triplet: 1A, AF and 9B. RGB value is (26,175,155). Sum of RGB (Red+Green+Blue) = 26+175+155=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAF9B is #E55064. Grayscale: #808080. Windows color (decimal): -15028325 or 10202906. OLE color: 10202906.

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

Color convert

RGB 26 175 155 -
CMYK 0.85 0 0.11 0.31
HSL 171.95º 0.74% 0.39% -
HSV(B) 171.95º 0.85% 0.69% -
XYZ 21.67 33.25 36.29 -
YUV 128.17 143.14 55.13 -
System Red Green Blue C M Y K H S L
Decimal 26 175 155 0.85 0 0.11 0.31 171.95 0.74 0.39
Hex 1A AF 9B 55 0 B 1F AC 4A 27
Octal 32 257 233 125 0 13 37 254 112 47
Binary 11010 10101111 10011011 1010101 0 1011 11111 10101100 1001010 100111

Color Harmonies of #1AAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF9B

Black with #1AAF9B

Text Example


Text Example

White with #1AAF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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