Html Css Color HEX #10B29C Persian Green

📋 copy color: '#10B29C'

red 16 ◦ green 178 ◦ blue 156

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

Shades of Persian Green #10B29C

Tints of Persian Green #10B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.86%

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 4.57%
G = 50.86%
B = 44.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#10B29C (or 0x10B29C) is known color: Persian Green. HEX triplet: 10, B2 and 9C. RGB value is (16,178,156). Sum of RGB (Red+Green+Blue) = 16+178+156=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #10B29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B29C is #EF4D63. Grayscale: #7E7E7E. Windows color (decimal): -15682916 or 10269200. OLE color: 10269200.

HSL color Cylindrical-coordinate representation of color #10B29C: hue angle of 171.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B29C is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 178 156 -
CMYK 0.91 0 0.12 0.30
HSL 171.85º 0.84% 0.38% -
HSV(B) 171.85º 0.91% 0.7% -
XYZ 22.13 34.35 36.92 -
YUV 127.05 144.33 48.79 -
System Red Green Blue C M Y K H S L
Decimal 16 178 156 0.91 0 0.12 0.30 171.85 0.84 0.38
Hex 10 B2 9C 5B 0 C 1E AC 54 26
Octal 20 262 234 133 0 14 36 254 124 46
Binary 10000 10110010 10011100 1011011 0 1100 11110 10101100 1010100 100110

Color Harmonies of #10B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B29C

Black with #10B29C

Text Example


Text Example

White with #10B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,178,156); }

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

background-color css

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

 a { background-color: rgb(16,178,156); }

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

border-color css

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

 span { border-color: rgb(16,178,156); }

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