#97CEBE

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

Shades of Shadow Green #97CEBE

Tints of Shadow Green #97CEBE

Color information

#97CEBE (or 0x97CEBE) is unknown color: approx Shadow Green. HEX triplet: 97, CE and BE. RGB value is (151,206,190). Sum of RGB (Red+Green+Blue) = 151+206+190=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CEBE is #683141. Grayscale: #BBBBBB. Windows color (decimal): -6828354 or 12504727. OLE color: 12504727.

HSL color Cylindrical-coordinate representation of color #97CEBE: hue angle of 162.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEBE is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB151206190-
CMYK0.2700.080.19
HSL162.55º35.95%70%-
HSV(B)162.55º26.7%80.78%-
XYZ44.1354.4456.9-
YUV187.73129.28101.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.61%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=27.61%
G=37.66%
B=34.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512061900.2700.080.19162.5535.9570
Hex97CEBE1B0813a32446
Octal227316276330102324344106
Binary100101111100111010111110110110100010011101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CEBE; }

 p { color: rgb(151,206,190); }

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

<style>
 a { background-color: #97CEBE; }

 a { background-color: rgb(151,206,190); }

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

<style>
 span { border-color: #97CEBE; }

 span { border-color: rgb(151,206,190); }

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