#99C8BE

Color #99C8BE Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #99C8BE

Tints of Shadow Green #99C8BE

Color information

#99C8BE (or 0x99C8BE) is unknown color: approx Shadow Green. HEX triplet: 99, C8 and BE. RGB value is (153,200,190). Sum of RGB (Red+Green+Blue) = 153+200+190=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8BE is #663741. Grayscale: #B8B8B8. Windows color (decimal): -6698818 or 12503193. OLE color: 12503193.

HSL color Cylindrical-coordinate representation of color #99C8BE: hue angle of 167.23º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C8BE is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB153200190-
CMYK0.2400.050.22
HSL167.23º29.94%69.22%-
HSV(B)167.23º23.5%78.43%-
XYZ43.0951.856.44-
YUV184.81130.93105.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.18%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=28.18%
G=36.83%
B=34.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001900.2400.050.22167.2329.9469.22
Hex99C8BE180516a71e45
Octal23131027630052624736105
Binary1001100111001000101111101100001011011010100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C8BE;
 }
 .AnyTagClassName
 {
   color: #99C8BE;
 }
</style>
background-color css

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

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

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

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

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

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