Html Css Color HEX #10AE9B Persian Green

📋 copy color: '#10AE9B'

red 16 ◦ green 174 ◦ blue 155

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

Shades of Persian Green #10AE9B

Tints of Persian Green #10AE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 4.64%
G = 50.43%
B = 44.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#10AE9B (or 0x10AE9B) is known color: Persian Green. HEX triplet: 10, AE and 9B. RGB value is (16,174,155). Sum of RGB (Red+Green+Blue) = 16+174+155=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AE9B is #EF5164. Grayscale: #7C7C7C. Windows color (decimal): -15683941 or 10202640. OLE color: 10202640.

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

Color convert

RGB 16 174 155 -
CMYK 0.91 0 0.11 0.32
HSL 172.78º 0.83% 0.37% -
HSV(B) 172.78º 0.91% 0.68% -
XYZ 21.27 32.75 36.21 -
YUV 124.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 16 174 155 0.91 0 0.11 0.32 172.78 0.83 0.37
Hex 10 AE 9B 5B 0 B 20 AD 53 25
Octal 20 256 233 133 0 13 40 255 123 45
Binary 10000 10101110 10011011 1011011 0 1011 100000 10101101 1010011 100101

Color Harmonies of #10AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE9B

Black with #10AE9B

Text Example


Text Example

White with #10AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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