Html Css Color HEX #10B197 Persian Green

📋 copy color: '#10B197'

red 16 ◦ green 177 ◦ blue 151

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

Shades of Persian Green #10B197

Tints of Persian Green #10B197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.45%

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 4.65%
G = 51.45%
B = 43.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#10B197 (or 0x10B197) is known color: Persian Green. HEX triplet: 10, B1 and 97. RGB value is (16,177,151). Sum of RGB (Red+Green+Blue) = 16+177+151=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #10B197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B197 is #EF4E68. Grayscale: #7D7D7D. Windows color (decimal): -15683177 or 9941264. OLE color: 9941264.

HSL color Cylindrical-coordinate representation of color #10B197: hue angle of 170.31º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B197 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 151 -
CMYK 0.91 0 0.15 0.31
HSL 170.31º 0.83% 0.38% -
HSV(B) 170.31º 0.91% 0.69% -
XYZ 21.52 33.79 34.67 -
YUV 125.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 16 177 151 0.91 0 0.15 0.31 170.31 0.83 0.38
Hex 10 B1 97 5B 0 F 1F AA 53 26
Octal 20 261 227 133 0 17 37 252 123 46
Binary 10000 10110001 10010111 1011011 0 1111 11111 10101010 1010011 100110

Color Harmonies of #10B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B197

Black with #10B197

Text Example


Text Example

White with #10B197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,177,151); }

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

background-color css

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

 a { background-color: rgb(16,177,151); }

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

border-color css

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

 span { border-color: rgb(16,177,151); }

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