Html Css Color HEX #99BEA9 Skeptic

📋 copy color: '#99BEA9'

red 153 ◦ green 190 ◦ blue 169

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

Shades of Skeptic #99BEA9

Tints of Skeptic #99BEA9

RGB

 RED value IS 153 (60.16% from 255) = 29.88%

 GREEN value IS 190 (74.61% from 255) = 37.11%

 BLUE value IS 169 (66.41% from 255) = 33.01%

R = 29.88%
G = 37.11%
B = 33.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#99BEA9 (or 0x99BEA9) is known color: Skeptic. HEX triplet: 99, BE and A9. RGB value is (153,190,169). Sum of RGB (Red+Green+Blue) = 153+190+169=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #99BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BEA9 is #664156. Grayscale: #B0B0B0. Windows color (decimal): -6701399 or 11124377. OLE color: 11124377.

HSL color Cylindrical-coordinate representation of color #99BEA9: hue angle of 145.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BEA9 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 190 169 -
CMYK 0.19 0 0.11 0.25
HSL 145.95º 0.22% 0.67% -
HSV(B) 145.95º 0.19% 0.75% -
XYZ 38.71 46.46 44.46 -
YUV 176.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 153 190 169 0.19 0 0.11 0.25 145.95 0.22 0.67
Hex 99 BE A9 13 0 B 19 92 16 43
Octal 231 276 251 23 0 13 31 222 26 103
Binary 10011001 10111110 10101001 10011 0 1011 11001 10010010 10110 1000011

Color Harmonies of #99BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BEA9

Black with #99BEA9

Text Example


Text Example

White with #99BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BEA9; }

 p { color: rgb(153,190,169); }

 H1.HeaderClassName
 {
   color: #99BEA9;
 }
 .AnyTagClassName
 {
   color: #99BEA9;
 }
</style>

background-color css

<style>
 a { background-color: #99BEA9; }

 a { background-color: rgb(153,190,169); }

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

border-color css

<style>
 span { border-color: #99BEA9; }

 span { border-color: rgb(153,190,169); }

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