#10ACB6

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

Shades of Light Sea Green #10ACB6

Tints of Light Sea Green #10ACB6

Color information

#10ACB6 (or 0x10ACB6) is unknown color: approx Light Sea Green. HEX triplet: 10, AC and B6. RGB value is (16,172,182). Sum of RGB (Red+Green+Blue) = 16+172+182=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #10ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACB6 is #EF5349. Grayscale: #7E7E7E. Windows color (decimal): -15684426 or 11971600. OLE color: 11971600.

HSL color Cylindrical-coordinate representation of color #10ACB6: hue angle of 183.61º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ACB6 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16172182-
CMYK0.910.0500.29
HSL183.61º83.84%38.82%-
HSV(B)183.61º91.21%71.37%-
XYZ23.4132.9949.39-
YUV126.5159.3249.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.32%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 182 (71.48% from 255) = 49.19%
R=4.32%
G=46.49%
B=49.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161721820.910.0500.29183.6183.8438.82
Hex10ACB65B501Db85427
Octal20254266133503527012447
Binary1000010101100101101101011011101011101101110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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