Html Css Color HEX #10B299 Persian Green

📋 copy color: '#10B299'

red 16 ◦ green 178 ◦ blue 153

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

Shades of Persian Green #10B299

Tints of Persian Green #10B299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 4.61%
G = 51.3%
B = 44.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#10B299 (or 0x10B299) is known color: Persian Green. HEX triplet: 10, B2 and 99. RGB value is (16,178,153). Sum of RGB (Red+Green+Blue) = 16+178+153=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #10B299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B299 is #EF4D66. Grayscale: #7E7E7E. Windows color (decimal): -15682919 or 10072592. OLE color: 10072592.

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

Color convert

RGB 16 178 153 -
CMYK 0.91 0 0.14 0.30
HSL 170.74º 0.84% 0.38% -
HSV(B) 170.74º 0.91% 0.7% -
XYZ 21.88 34.25 35.59 -
YUV 126.71 142.83 49.03 -
System Red Green Blue C M Y K H S L
Decimal 16 178 153 0.91 0 0.14 0.30 170.74 0.84 0.38
Hex 10 B2 99 5B 0 E 1E AB 54 26
Octal 20 262 231 133 0 16 36 253 124 46
Binary 10000 10110010 10011001 1011011 0 1110 11110 10101011 1010100 100110

Color Harmonies of #10B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B299

Black with #10B299

Text Example


Text Example

White with #10B299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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