Html Css Color HEX #10A388 Persian Green

📋 copy color: '#10A388'

red 16 ◦ green 163 ◦ blue 136

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

Shades of Persian Green #10A388

Tints of Persian Green #10A388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 5.08%
G = 51.75%
B = 43.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#10A388 (or 0x10A388) is known color: Persian Green. HEX triplet: 10, A3 and 88. RGB value is (16,163,136). Sum of RGB (Red+Green+Blue) = 16+163+136=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #10A388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A388 is #EF5C77. Grayscale: #737373. Windows color (decimal): -15686776 or 8954640. OLE color: 8954640.

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

Color convert

RGB 16 163 136 -
CMYK 0.90 0 0.17 0.36
HSL 168.98º 0.82% 0.35% -
HSV(B) 168.98º 0.9% 0.64% -
XYZ 17.75 28.08 27.78 -
YUV 115.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 16 163 136 0.90 0 0.17 0.36 168.98 0.82 0.35
Hex 10 A3 88 5A 0 11 24 A9 52 23
Octal 20 243 210 132 0 21 44 251 122 43
Binary 10000 10100011 10001000 1011010 0 10001 100100 10101001 1010010 100011

Color Harmonies of #10A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A388

Black with #10A388

Text Example


Text Example

White with #10A388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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