Html Css Color HEX #10AAAB Light Sea Green

📋 copy color: '#10AAAB'

red 16 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #10AAAB

Tints of Light Sea Green #10AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 4.48%
G = 47.62%
B = 47.9%

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

#10AAAB (or 0x10AAAB) is known color: Light Sea Green. HEX triplet: 10, AA and AB. RGB value is (16,170,171). Sum of RGB (Red+Green+Blue) = 16+170+171=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #10AAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AAAB is #EF5554. Grayscale: #7B7B7B. Windows color (decimal): -15684949 or 11250192. OLE color: 11250192.

HSL color Cylindrical-coordinate representation of color #10AAAB: hue angle of 180.39º 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 #10AAAB is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 171 -
CMYK 0.91 0.01 0 0.33
HSL 180.39º 0.83% 0.37% -
HSV(B) 180.39º 0.91% 0.67% -
XYZ 21.94 31.8 43.51 -
YUV 124.07 154.48 50.92 -
System Red Green Blue C M Y K H S L
Decimal 16 170 171 0.91 0.01 0 0.33 180.39 0.83 0.37
Hex 10 AA AB 5B 1 0 21 B4 53 25
Octal 20 252 253 133 1 0 41 264 123 45
Binary 10000 10101010 10101011 1011011 1 0 100001 10110100 1010011 100101

Color Harmonies of #10AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AAAB

Black with #10AAAB

Text Example


Text Example

White with #10AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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