Html Css Color HEX #10AE9C Persian Green

📋 copy color: '#10AE9C'

red 16 ◦ green 174 ◦ blue 156

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

Shades of Persian Green #10AE9C

Tints of Persian Green #10AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.29%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 4.62%
G = 50.29%
B = 45.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#10AE9C (or 0x10AE9C) is known color: Persian Green. HEX triplet: 10, AE and 9C. RGB value is (16,174,156). Sum of RGB (Red+Green+Blue) = 16+174+156=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AE9C is #EF5163. Grayscale: #7C7C7C. Windows color (decimal): -15683940 or 10268176. OLE color: 10268176.

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

Color convert

RGB 16 174 156 -
CMYK 0.91 0 0.10 0.32
HSL 173.16º 0.83% 0.37% -
HSV(B) 173.16º 0.91% 0.68% -
XYZ 21.35 32.78 36.65 -
YUV 124.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 16 174 156 0.91 0 0.10 0.32 173.16 0.83 0.37
Hex 10 AE 9C 5B 0 A 20 AD 53 25
Octal 20 256 234 133 0 12 40 255 123 45
Binary 10000 10101110 10011100 1011011 0 1010 100000 10101101 1010011 100101

Color Harmonies of #10AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE9C

Black with #10AE9C

Text Example


Text Example

White with #10AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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