Html Css Color HEX #99C0AD Skeptic

📋 copy color: '#99C0AD'

red 153 ◦ green 192 ◦ blue 173

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

Shades of Skeptic #99C0AD

Tints of Skeptic #99C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 29.54%
G = 37.07%
B = 33.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#99C0AD (or 0x99C0AD) is known color: Skeptic. HEX triplet: 99, C0 and AD. RGB value is (153,192,173). Sum of RGB (Red+Green+Blue) = 153+192+173=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #99C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C0AD is #663F52. Grayscale: #B2B2B2. Windows color (decimal): -6700883 or 11387033. OLE color: 11387033.

HSL color Cylindrical-coordinate representation of color #99C0AD: hue angle of 150.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C0AD is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 173 -
CMYK 0.20 0 0.10 0.25
HSL 150.77º 0.24% 0.68% -
HSV(B) 150.77º 0.2% 0.75% -
XYZ 39.53 47.49 46.62 -
YUV 178.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 153 192 173 0.20 0 0.10 0.25 150.77 0.24 0.68
Hex 99 C0 AD 14 0 A 19 97 18 44
Octal 231 300 255 24 0 12 31 227 30 104
Binary 10011001 11000000 10101101 10100 0 1010 11001 10010111 11000 1000100

Color Harmonies of #99C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C0AD

Black with #99C0AD

Text Example


Text Example

White with #99C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,192,173); }

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

background-color css

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

 a { background-color: rgb(153,192,173); }

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

border-color css

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

 span { border-color: rgb(153,192,173); }

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