#93CCBE

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

Shades of Bermuda #93CCBE

Tints of Bermuda #93CCBE

Color information

#93CCBE (or 0x93CCBE) is unknown color: approx Bermuda. HEX triplet: 93, CC and BE. RGB value is (147,204,190). Sum of RGB (Red+Green+Blue) = 147+204+190=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCBE is #6C3341. Grayscale: #B9B9B9. Windows color (decimal): -7091010 or 12504211. OLE color: 12504211.

HSL color Cylindrical-coordinate representation of color #93CCBE: hue angle of 165.26º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCBE is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB147204190-
CMYK0.2800.070.2
HSL165.26º35.85%68.82%-
HSV(B)165.26º27.94%80%-
XYZ42.9253.1156.7-
YUV185.36130.62100.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=27.17%
G=37.71%
B=35.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041900.2800.070.2165.2635.8568.82
Hex93CCBE1C0714a52445
Octal22331427634072424544105
Binary10010011110011001011111011100011110100101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CCBE; }

 p { color: rgb(147,204,190); }

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

<style>
 a { background-color: #93CCBE; }

 a { background-color: rgb(147,204,190); }

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

<style>
 span { border-color: #93CCBE; }

 span { border-color: rgb(147,204,190); }

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