Html Css Color HEX #99C2B0 Skeptic

📋 copy color: '#99C2B0'

red 153 ◦ green 194 ◦ blue 176

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

Shades of Skeptic #99C2B0

Tints of Skeptic #99C2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 29.25%
G = 37.09%
B = 33.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#99C2B0 (or 0x99C2B0) is known color: Skeptic. HEX triplet: 99, C2 and B0. RGB value is (153,194,176). Sum of RGB (Red+Green+Blue) = 153+194+176=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2B0 is #663D4F. Grayscale: #B3B3B3. Windows color (decimal): -6700368 or 11584153. OLE color: 11584153.

HSL color Cylindrical-coordinate representation of color #99C2B0: hue angle of 153.66º degrees, saturation: 0.25, 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 #99C2B0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 176 -
CMYK 0.21 0 0.09 0.24
HSL 153.66º 0.25% 0.68% -
HSV(B) 153.66º 0.21% 0.76% -
XYZ 40.27 48.49 48.31 -
YUV 179.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 153 194 176 0.21 0 0.09 0.24 153.66 0.25 0.68
Hex 99 C2 B0 15 0 9 18 9A 19 44
Octal 231 302 260 25 0 11 30 232 31 104
Binary 10011001 11000010 10110000 10101 0 1001 11000 10011010 11001 1000100

Color Harmonies of #99C2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2B0

Black with #99C2B0

Text Example


Text Example

White with #99C2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,194,176); }

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

background-color css

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

 a { background-color: rgb(153,194,176); }

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

border-color css

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

 span { border-color: rgb(153,194,176); }

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