#99CDBA

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

Shades of Shadow Green #99CDBA

Tints of Shadow Green #99CDBA

Color information

#99CDBA (or 0x99CDBA) is unknown color: approx Shadow Green. HEX triplet: 99, CD and BA. RGB value is (153,205,186). Sum of RGB (Red+Green+Blue) = 153+205+186=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDBA is #663245. Grayscale: #BBBBBB. Windows color (decimal): -6697542 or 12242329. OLE color: 12242329.

HSL color Cylindrical-coordinate representation of color #99CDBA: hue angle of 158.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDBA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB153205186-
CMYK0.2500.090.20
HSL158.08º34.21%70.2%-
HSV(B)158.08º25.37%80.39%-
XYZ43.8353.9854.56-
YUV187.29127.27103.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=28.12%
G=37.68%
B=34.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051860.2500.090.20158.0834.2170.2
Hex99CDBA1909149e2246
Octal231315272310112423642106
Binary100110011100110110111010110010100110100100111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,186); }

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

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

 a { background-color: rgb(153,205,186); }

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

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

 span { border-color: rgb(153,205,186); }

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