Html Css Color HEX #10A48D Persian Green

📋 copy color: '#10A48D'

red 16 ◦ green 164 ◦ blue 141

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

Shades of Persian Green #10A48D

Tints of Persian Green #10A48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 4.98%
G = 51.09%
B = 43.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#10A48D (or 0x10A48D) is known color: Persian Green. HEX triplet: 10, A4 and 8D. RGB value is (16,164,141). Sum of RGB (Red+Green+Blue) = 16+164+141=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #10A48D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A48D is #EF5B72. Grayscale: #757575. Windows color (decimal): -15686515 or 9282576. OLE color: 9282576.

HSL color Cylindrical-coordinate representation of color #10A48D: hue angle of 170.68º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A48D is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 141 -
CMYK 0.90 0 0.14 0.36
HSL 170.68º 0.82% 0.35% -
HSV(B) 170.68º 0.9% 0.64% -
XYZ 18.3 28.58 29.75 -
YUV 117.13 141.47 55.87 -
System Red Green Blue C M Y K H S L
Decimal 16 164 141 0.90 0 0.14 0.36 170.68 0.82 0.35
Hex 10 A4 8D 5A 0 E 24 AB 52 23
Octal 20 244 215 132 0 16 44 253 122 43
Binary 10000 10100100 10001101 1011010 0 1110 100100 10101011 1010010 100011

Color Harmonies of #10A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A48D

Black with #10A48D

Text Example


Text Example

White with #10A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,141); }

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

background-color css

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

 a { background-color: rgb(16,164,141); }

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

border-color css

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

 span { border-color: rgb(16,164,141); }

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