#98CAC0

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

Shades of Shadow Green #98CAC0

Tints of Shadow Green #98CAC0

Color information

#98CAC0 (or 0x98CAC0) is unknown color: approx Shadow Green. HEX triplet: 98, CA and C0. RGB value is (152,202,192). Sum of RGB (Red+Green+Blue) = 152+202+192=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CAC0 is #67353F. Grayscale: #B9B9B9. Windows color (decimal): -6763840 or 12634776. OLE color: 12634776.

HSL color Cylindrical-coordinate representation of color #98CAC0: hue angle of 168º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CAC0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB152202192-
CMYK0.2500.050.21
HSL168º32.05%69.41%-
HSV(B)168º24.75%79.22%-
XYZ43.5852.7257.75-
YUV185.91131.44103.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=27.84%
G=37.00%
B=35.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021920.2500.050.2116832.0569.41
Hex98CAC0190515a82045
Octal23031230031052525040105
Binary10011000110010101100000011001010110101101010001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CAC0; }

 p { color: rgb(152,202,192); }

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

<style>
 a { background-color: #98CAC0; }

 a { background-color: rgb(152,202,192); }

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

<style>
 span { border-color: #98CAC0; }

 span { border-color: rgb(152,202,192); }

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