Html Css Color HEX #10AAAC Light Sea Green

📋 copy color: '#10AAAC'

red 16 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #10AAAC

Tints of Light Sea Green #10AAAC

RGB

 RED value IS 16 (6.64% from 255) = 4.47%

 GREEN value IS 170 (66.8% from 255) = 47.49%

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 4.47%
G = 47.49%
B = 48.04%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#10AAAC (or 0x10AAAC) is known color: Light Sea Green. HEX triplet: 10, AA and AC. RGB value is (16,170,172). Sum of RGB (Red+Green+Blue) = 16+170+172=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #10AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AAAC is #EF5553. Grayscale: #7C7C7C. Windows color (decimal): -15684948 or 11315728. OLE color: 11315728.

HSL color Cylindrical-coordinate representation of color #10AAAC: hue angle of 180.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AAAC is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 172 -
CMYK 0.91 0.01 0 0.33
HSL 180.77º 0.83% 0.37% -
HSV(B) 180.77º 0.91% 0.67% -
XYZ 22.03 31.84 44.01 -
YUV 124.18 154.98 50.84 -
System Red Green Blue C M Y K H S L
Decimal 16 170 172 0.91 0.01 0 0.33 180.77 0.83 0.37
Hex 10 AA AC 5B 1 0 21 B5 53 25
Octal 20 252 254 133 1 0 41 265 123 45
Binary 10000 10101010 10101100 1011011 1 0 100001 10110101 1010011 100101

Color Harmonies of #10AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AAAC

Black with #10AAAC

Text Example


Text Example

White with #10AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AAAC; }

 p { color: rgb(16,170,172); }

 H1.HeaderClassName
 {
   color: #10AAAC;
 }
 .AnyTagClassName
 {
   color: #10AAAC;
 }
</style>

background-color css

<style>
 a { background-color: #10AAAC; }

 a { background-color: rgb(16,170,172); }

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

border-color css

<style>
 span { border-color: #10AAAC; }

 span { border-color: rgb(16,170,172); }

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