Html Css Color HEX #99C1AA Skeptic

📋 copy color: '#99C1AA'

red 153 ◦ green 193 ◦ blue 170

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

Shades of Skeptic #99C1AA

Tints of Skeptic #99C1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 29.65%
G = 37.4%
B = 32.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#99C1AA (or 0x99C1AA) is known color: Skeptic. HEX triplet: 99, C1 and AA. RGB value is (153,193,170). Sum of RGB (Red+Green+Blue) = 153+193+170=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C1AA is #663E55. Grayscale: #B2B2B2. Windows color (decimal): -6700630 or 11190681. OLE color: 11190681.

HSL color Cylindrical-coordinate representation of color #99C1AA: hue angle of 145.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C1AA is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 193 170 -
CMYK 0.21 0 0.12 0.24
HSL 145.5º 0.24% 0.68% -
HSV(B) 145.5º 0.21% 0.76% -
XYZ 39.46 47.81 45.18 -
YUV 178.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 153 193 170 0.21 0 0.12 0.24 145.5 0.24 0.68
Hex 99 C1 AA 15 0 C 18 92 18 44
Octal 231 301 252 25 0 14 30 222 30 104
Binary 10011001 11000001 10101010 10101 0 1100 11000 10010010 11000 1000100

Color Harmonies of #99C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C1AA

Black with #99C1AA

Text Example


Text Example

White with #99C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,193,170); }

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

background-color css

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

 a { background-color: rgb(153,193,170); }

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

border-color css

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

 span { border-color: rgb(153,193,170); }

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