#93CEBE

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

Shades of Bermuda #93CEBE

Tints of Bermuda #93CEBE

Color information

#93CEBE (or 0x93CEBE) is unknown color: approx Bermuda. HEX triplet: 93, CE and BE. RGB value is (147,206,190). Sum of RGB (Red+Green+Blue) = 147+206+190=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEBE is #6C3141. Grayscale: #BABABA. Windows color (decimal): -7090498 or 12504723. OLE color: 12504723.

HSL color Cylindrical-coordinate representation of color #93CEBE: hue angle of 163.73º 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 #93CEBE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB147206190-
CMYK0.2900.080.19
HSL163.73º37.58%69.22%-
HSV(B)163.73º28.64%80.78%-
XYZ43.454.0656.86-
YUV186.54129.9599.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=27.07%
G=37.94%
B=34.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061900.2900.080.19163.7337.5869.22
Hex93CEBE1D0813a42645
Octal223316276350102324446105
Binary100100111100111010111110111010100010011101001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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