#93CEC0

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

Shades of Bermuda #93CEC0

Tints of Bermuda #93CEC0

Color information

#93CEC0 (or 0x93CEC0) is unknown color: approx Bermuda. HEX triplet: 93, CE and C0. RGB value is (147,206,192). Sum of RGB (Red+Green+Blue) = 147+206+192=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEC0 is #6C313F. Grayscale: #BABABA. Windows color (decimal): -7090496 or 12635795. OLE color: 12635795.

HSL color Cylindrical-coordinate representation of color #93CEC0: hue angle of 165.76º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CEC0 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB147206192-
CMYK0.2900.070.19
HSL165.76º37.58%69.22%-
HSV(B)165.76º28.64%80.78%-
XYZ43.6254.1558.02-
YUV186.76130.9599.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=26.97%
G=37.80%
B=35.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061920.2900.070.19165.7637.5869.22
Hex93CEC01D0713a62645
Octal22331630035072324646105
Binary10010011110011101100000011101011110011101001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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