#10ACAD

Color #10ACAD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #10ACAD

Tints of Light Sea Green #10ACAD

Color information

#10ACAD (or 0x10ACAD) is unknown color: approx Light Sea Green. HEX triplet: 10, AC and AD. RGB value is (16,172,173). Sum of RGB (Red+Green+Blue) = 16+172+173=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #10ACAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ACAD is #EF5352. Grayscale: #7D7D7D. Windows color (decimal): -15684435 or 11381776. OLE color: 11381776.

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

Color convert

RGB16172173-
CMYK0.910.0100.32
HSL180.38º83.07%37.06%-
HSV(B)180.38º90.75%67.84%-
XYZ22.5132.6344.65-
YUV125.47154.8249.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.43%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=4.43%
G=47.65%
B=47.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161721730.910.0100.32180.3883.0737.06
Hex10ACAD5B1020b45325
Octal20254255133104026412345
Binary100001010110010101101101101110100000101101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10ACAD;
 }
 .AnyTagClassName
 {
   color: #10ACAD;
 }
</style>
background-color css

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

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

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

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

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

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