#10AE9A

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

Shades of Persian Green #10AE9A

Tints of Persian Green #10AE9A

Color information

#10AE9A (or 0x10AE9A) is unknown color: approx Persian Green. HEX triplet: 10, AE and 9A. RGB value is (16,174,154). Sum of RGB (Red+Green+Blue) = 16+174+154=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AE9A is #EF5165. Grayscale: #7C7C7C. Windows color (decimal): -15683942 or 10137104. OLE color: 10137104.

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

Color convert

RGB16174154-
CMYK0.9100.110.32
HSL172.41º83.16%37.25%-
HSV(B)172.41º90.8%68.24%-
XYZ21.1832.7235.77-
YUV124.48144.6550.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.65%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=4.65%
G=50.58%
B=44.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161741540.9100.110.32172.4183.1637.25
Hex10AE9A5B0B20ac5325
Octal202562321330134025412345
Binary100001010111010011010101101101011100000101011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,174,154); }

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

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

 a { background-color: rgb(16,174,154); }

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

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

 span { border-color: rgb(16,174,154); }

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