#93CBC0

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

Shades of Bermuda #93CBC0

Tints of Bermuda #93CBC0

Color information

#93CBC0 (or 0x93CBC0) is unknown color: approx Bermuda. HEX triplet: 93, CB and C0. RGB value is (147,203,192). Sum of RGB (Red+Green+Blue) = 147+203+192=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBC0 is #6C343F. Grayscale: #B8B8B8. Windows color (decimal): -7091264 or 12635027. OLE color: 12635027.

HSL color Cylindrical-coordinate representation of color #93CBC0: hue angle of 168.21º degrees, saturation: 0.35, 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 #93CBC0 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB147203192-
CMYK0.2800.050.20
HSL168.21º35%68.63%-
HSV(B)168.21º27.59%79.61%-
XYZ42.952.7257.78-
YUV185131.95100.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.12%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=27.12%
G=37.45%
B=35.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031920.2800.050.20168.213568.63
Hex93CBC01C0514a82345
Octal22331330034052425043105
Binary10010011110010111100000011100010110100101010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,203,192); }

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

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

 a { background-color: rgb(147,203,192); }

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

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

 span { border-color: rgb(147,203,192); }

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