#93CCBD

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

Shades of Bermuda #93CCBD

Tints of Bermuda #93CCBD

Color information

#93CCBD (or 0x93CCBD) is unknown color: approx Bermuda. HEX triplet: 93, CC and BD. RGB value is (147,204,189). Sum of RGB (Red+Green+Blue) = 147+204+189=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCBD is #6C3342. Grayscale: #B9B9B9. Windows color (decimal): -7091011 or 12438675. OLE color: 12438675.

HSL color Cylindrical-coordinate representation of color #93CCBD: hue angle of 164.21º 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 #93CCBD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB147204189-
CMYK0.2800.070.2
HSL164.21º35.85%68.82%-
HSV(B)164.21º27.94%80%-
XYZ42.8153.0656.13-
YUV185.25130.12100.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 189 (74.22% from 255) = 35%
R=27.22%
G=37.78%
B=35%

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
Decimal1472041890.2800.070.2164.2135.8568.82
Hex93CCBD1C0714a42445
Octal22331427534072424444105
Binary10010011110011001011110111100011110100101001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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