Html Css Color HEX #11AFA2 Light Sea Green

📋 copy color: '#11AFA2'

red 17 ◦ green 175 ◦ blue 162

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

Shades of Light Sea Green #11AFA2

Tints of Light Sea Green #11AFA2

RGB

 RED value IS 17 (7.03% from 255) = 4.8%

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

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 4.8%
G = 49.44%
B = 45.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#11AFA2 (or 0x11AFA2) is known color: Light Sea Green. HEX triplet: 11, AF and A2. RGB value is (17,175,162). Sum of RGB (Red+Green+Blue) = 17+175+162=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #11AFA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AFA2 is #EE505D. Grayscale: #7E7E7E. Windows color (decimal): -15618142 or 10661649. OLE color: 10661649.

HSL color Cylindrical-coordinate representation of color #11AFA2: hue angle of 175.06º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AFA2 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 175 162 -
CMYK 0.90 0 0.07 0.31
HSL 175.06º 0.82% 0.38% -
HSV(B) 175.06º 0.9% 0.69% -
XYZ 22.08 33.39 39.46 -
YUV 126.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 17 175 162 0.90 0 0.07 0.31 175.06 0.82 0.38
Hex 11 AF A2 5A 0 7 1F AF 52 26
Octal 21 257 242 132 0 7 37 257 122 46
Binary 10001 10101111 10100010 1011010 0 111 11111 10101111 1010010 100110

Color Harmonies of #11AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFA2

Black with #11AFA2

Text Example


Text Example

White with #11AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AFA2; }

 p { color: rgb(17,175,162); }

 H1.HeaderClassName
 {
   color: #11AFA2;
 }
 .AnyTagClassName
 {
   color: #11AFA2;
 }
</style>

background-color css

<style>
 a { background-color: #11AFA2; }

 a { background-color: rgb(17,175,162); }

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

border-color css

<style>
 span { border-color: #11AFA2; }

 span { border-color: rgb(17,175,162); }

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