Html Css Color HEX #10A394 Persian Green

📋 copy color: '#10A394'

red 16 ◦ green 163 ◦ blue 148

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

Shades of Persian Green #10A394

Tints of Persian Green #10A394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 4.89%
G = 49.85%
B = 45.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#10A394 (or 0x10A394) is known color: Persian Green. HEX triplet: 10, A3 and 94. RGB value is (16,163,148). Sum of RGB (Red+Green+Blue) = 16+163+148=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #10A394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A394 is #EF5C6B. Grayscale: #757575. Windows color (decimal): -15686764 or 9741072. OLE color: 9741072.

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

Color convert

RGB 16 163 148 -
CMYK 0.90 0 0.09 0.36
HSL 173.88º 0.82% 0.35% -
HSV(B) 173.88º 0.9% 0.64% -
XYZ 18.66 28.44 32.52 -
YUV 117.34 145.3 55.72 -
System Red Green Blue C M Y K H S L
Decimal 16 163 148 0.90 0 0.09 0.36 173.88 0.82 0.35
Hex 10 A3 94 5A 0 9 24 AE 52 23
Octal 20 243 224 132 0 11 44 256 122 43
Binary 10000 10100011 10010100 1011010 0 1001 100100 10101110 1010010 100011

Color Harmonies of #10A394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A394

Black with #10A394

Text Example


Text Example

White with #10A394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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