Html Css Color HEX #10B59B Persian Green

📋 copy color: '#10B59B'

red 16 ◦ green 181 ◦ blue 155

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

Shades of Persian Green #10B59B

Tints of Persian Green #10B59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.42%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 4.55%
G = 51.42%
B = 44.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#10B59B (or 0x10B59B) is known color: Persian Green. HEX triplet: 10, B5 and 9B. RGB value is (16,181,155). Sum of RGB (Red+Green+Blue) = 16+181+155=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #10B59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B59B is #EF4A64. Grayscale: #808080. Windows color (decimal): -15682149 or 10204432. OLE color: 10204432.

HSL color Cylindrical-coordinate representation of color #10B59B: hue angle of 170.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B59B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 181 155 -
CMYK 0.91 0 0.14 0.29
HSL 170.55º 0.84% 0.39% -
HSV(B) 170.55º 0.91% 0.71% -
XYZ 22.65 35.52 36.67 -
YUV 128.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 16 181 155 0.91 0 0.14 0.29 170.55 0.84 0.39
Hex 10 B5 9B 5B 0 E 1D AB 54 27
Octal 20 265 233 133 0 16 35 253 124 47
Binary 10000 10110101 10011011 1011011 0 1110 11101 10101011 1010100 100111

Color Harmonies of #10B59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B59B

Black with #10B59B

Text Example


Text Example

White with #10B59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,181,155); }

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

background-color css

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

 a { background-color: rgb(16,181,155); }

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

border-color css

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

 span { border-color: rgb(16,181,155); }

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