#97CCC2

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

Shades of Bermuda #97CCC2

Tints of Bermuda #97CCC2

Color information

#97CCC2 (or 0x97CCC2) is unknown color: approx Bermuda. HEX triplet: 97, CC and C2. RGB value is (151,204,194). Sum of RGB (Red+Green+Blue) = 151+204+194=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCC2 is #68333D. Grayscale: #BBBBBB. Windows color (decimal): -6828862 or 12766359. OLE color: 12766359.

HSL color Cylindrical-coordinate representation of color #97CCC2: hue angle of 168.68º 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 #97CCC2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB151204194-
CMYK0.2600.050.2
HSL168.68º34.19%69.61%-
HSV(B)168.68º25.98%80%-
XYZ44.0953.6659.07-
YUV187.01131.94102.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.50%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=27.50%
G=37.16%
B=35.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041940.2600.050.2168.6834.1969.61
Hex97CCC21A0514a92246
Octal22731430232052425142106
Binary10010111110011001100001011010010110100101010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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