Html Css Color HEX #10A38D Persian Green

📋 copy color: '#10A38D'

red 16 ◦ green 163 ◦ blue 141

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

Shades of Persian Green #10A38D

Tints of Persian Green #10A38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.94%

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

R = 5%
G = 50.94%
B = 44.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#10A38D (or 0x10A38D) is known color: Persian Green. HEX triplet: 10, A3 and 8D. RGB value is (16,163,141). Sum of RGB (Red+Green+Blue) = 16+163+141=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #10A38D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A38D is #EF5C72. Grayscale: #747474. Windows color (decimal): -15686771 or 9282320. OLE color: 9282320.

HSL color Cylindrical-coordinate representation of color #10A38D: hue angle of 171.02º 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 #10A38D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 141 -
CMYK 0.90 0 0.13 0.36
HSL 171.02º 0.82% 0.35% -
HSV(B) 171.02º 0.9% 0.64% -
XYZ 18.12 28.23 29.69 -
YUV 116.54 141.8 56.29 -
System Red Green Blue C M Y K H S L
Decimal 16 163 141 0.90 0 0.13 0.36 171.02 0.82 0.35
Hex 10 A3 8D 5A 0 D 24 AB 52 23
Octal 20 243 215 132 0 15 44 253 122 43
Binary 10000 10100011 10001101 1011010 0 1101 100100 10101011 1010010 100011

Color Harmonies of #10A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A38D

Black with #10A38D

Text Example


Text Example

White with #10A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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