#97CBBE

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

Shades of Shadow Green #97CBBE

Tints of Shadow Green #97CBBE

Color information

#97CBBE (or 0x97CBBE) is unknown color: approx Shadow Green. HEX triplet: 97, CB and BE. RGB value is (151,203,190). Sum of RGB (Red+Green+Blue) = 151+203+190=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBBE is #683441. Grayscale: #B9B9B9. Windows color (decimal): -6829122 or 12503959. OLE color: 12503959.

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

Color convert

RGB151203190-
CMYK0.2600.060.20
HSL165º33.33%69.41%-
HSV(B)165º25.62%79.61%-
XYZ43.4153.0156.66-
YUV185.97130.27103.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.76%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=27.76%
G=37.32%
B=34.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512031900.2600.060.2016533.3369.41
Hex97CBBE1A0614a52145
Octal22731327632062424541105
Binary10010111110010111011111011010011010100101001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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