#93CFC3

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

Shades of Bermuda #93CFC3

Tints of Bermuda #93CFC3

Color information

#93CFC3 (or 0x93CFC3) is unknown color: approx Bermuda. HEX triplet: 93, CF and C3. RGB value is (147,207,195). Sum of RGB (Red+Green+Blue) = 147+207+195=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFC3 is #6C303C. Grayscale: #BBBBBB. Windows color (decimal): -7090237 or 12832659. OLE color: 12832659.

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

Color convert

RGB147207195-
CMYK0.2900.060.19
HSL168º38.46%69.41%-
HSV(B)168º28.99%81.18%-
XYZ44.254.7759.87-
YUV187.69132.1298.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.78%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=26.78%
G=37.70%
B=35.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472071950.2900.060.1916838.4669.41
Hex93CFC31D0613a82645
Octal22331730335062325046105
Binary10010011110011111100001111101011010011101010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,207,195); }

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

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

 a { background-color: rgb(147,207,195); }

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

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

 span { border-color: rgb(147,207,195); }

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