#93CDC4

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

Shades of Bermuda #93CDC4

Tints of Bermuda #93CDC4

Color information

#93CDC4 (or 0x93CDC4) is unknown color: approx Bermuda. HEX triplet: 93, CD and C4. RGB value is (147,205,196). Sum of RGB (Red+Green+Blue) = 147+205+196=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDC4 is #6C323B. Grayscale: #BABABA. Windows color (decimal): -7090748 or 12897683. OLE color: 12897683.

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

Color convert

RGB147205196-
CMYK0.2800.040.20
HSL170.69º36.71%69.02%-
HSV(B)170.69º28.29%80.39%-
XYZ43.8353.8560.31-
YUV186.63133.2899.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=26.82%
G=37.41%
B=35.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472051960.2800.040.20170.6936.7169.02
Hex93CDC41C0414ab2545
Octal22331530434042425345105
Binary10010011110011011100010011100010010100101010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,196); }

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

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

 a { background-color: rgb(147,205,196); }

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

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

 span { border-color: rgb(147,205,196); }

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