Html Css Color HEX #10B698 Persian Green

📋 copy color: '#10B698'

red 16 ◦ green 182 ◦ blue 152

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

Shades of Persian Green #10B698

Tints of Persian Green #10B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 4.57%
G = 52%
B = 43.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#10B698 (or 0x10B698) is known color: Persian Green. HEX triplet: 10, B6 and 98. RGB value is (16,182,152). Sum of RGB (Red+Green+Blue) = 16+182+152=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #10B698 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B698 is #EF4967. Grayscale: #808080. Windows color (decimal): -15681896 or 10008080. OLE color: 10008080.

HSL color Cylindrical-coordinate representation of color #10B698: hue angle of 169.16º 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 #10B698 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 182 152 -
CMYK 0.91 0 0.16 0.29
HSL 169.16º 0.84% 0.39% -
HSV(B) 169.16º 0.91% 0.71% -
XYZ 22.61 35.83 35.43 -
YUV 128.95 141 47.44 -
System Red Green Blue C M Y K H S L
Decimal 16 182 152 0.91 0 0.16 0.29 169.16 0.84 0.39
Hex 10 B6 98 5B 0 10 1D A9 54 27
Octal 20 266 230 133 0 20 35 251 124 47
Binary 10000 10110110 10011000 1011011 0 10000 11101 10101001 1010100 100111

Color Harmonies of #10B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B698

Black with #10B698

Text Example


Text Example

White with #10B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,182,152); }

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

background-color css

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

 a { background-color: rgb(16,182,152); }

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

border-color css

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

 span { border-color: rgb(16,182,152); }

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