#97CCBF

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

Shades of Shadow Green #97CCBF

Tints of Shadow Green #97CCBF

Color information

#97CCBF (or 0x97CCBF) is unknown color: approx Shadow Green. HEX triplet: 97, CC and BF. RGB value is (151,204,191). Sum of RGB (Red+Green+Blue) = 151+204+191=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCBF is #683340. Grayscale: #BABABA. Windows color (decimal): -6828865 or 12569751. OLE color: 12569751.

HSL color Cylindrical-coordinate representation of color #97CCBF: hue angle of 165.28º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CCBF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB151204191-
CMYK0.2600.060.2
HSL165.28º34.19%69.61%-
HSV(B)165.28º25.98%80%-
XYZ43.7653.5357.32-
YUV186.67130.44102.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 191 (75% from 255) = 34.98%
R=27.66%
G=37.36%
B=34.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041910.2600.060.2165.2834.1969.61
Hex97CCBF1A0614a52246
Octal22731427732062424542106
Binary10010111110011001011111111010011010100101001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,191); }

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

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

 a { background-color: rgb(151,204,191); }

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

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

 span { border-color: rgb(151,204,191); }

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