#93CEBB

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

Shades of Bermuda #93CEBB

Tints of Bermuda #93CEBB

Color information

#93CEBB (or 0x93CEBB) is unknown color: approx Bermuda. HEX triplet: 93, CE and BB. RGB value is (147,206,187). Sum of RGB (Red+Green+Blue) = 147+206+187=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEBB is #6C3144. Grayscale: #BABABA. Windows color (decimal): -7090501 or 12308115. OLE color: 12308115.

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

Color convert

RGB147206187-
CMYK0.2900.090.19
HSL160.68º37.58%69.22%-
HSV(B)160.68º28.64%80.78%-
XYZ43.0753.9355.15-
YUV186.19128.45100.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=27.22%
G=38.15%
B=34.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061870.2900.090.19160.6837.5869.22
Hex93CEBB1D0913a12645
Octal223316273350112324146105
Binary100100111100111010111011111010100110011101000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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