#94D3C0

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

Shades of Bermuda #94D3C0

Tints of Bermuda #94D3C0

Color information

#94D3C0 (or 0x94D3C0) is unknown color: approx Bermuda. HEX triplet: 94, D3 and C0. RGB value is (148,211,192). Sum of RGB (Red+Green+Blue) = 148+211+192=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3C0 is #6B2C3F. Grayscale: #BEBEBE. Windows color (decimal): -7023680 or 12637076. OLE color: 12637076.

HSL color Cylindrical-coordinate representation of color #94D3C0: hue angle of 161.9º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3C0 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB148211192-
CMYK0.3000.090.17
HSL161.9º41.72%70.39%-
HSV(B)161.9º29.86%82.75%-
XYZ45.0256.6958.44-
YUV190129.1398.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=26.86%
G=38.29%
B=34.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482111920.3000.090.17161.941.7270.39
Hex94D3C01E0911a22a46
Octal224323300360112124252106
Binary100101001101001111000000111100100110001101000101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D3C0; }

 p { color: rgb(148,211,192); }

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

<style>
 a { background-color: #94D3C0; }

 a { background-color: rgb(148,211,192); }

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

<style>
 span { border-color: #94D3C0; }

 span { border-color: rgb(148,211,192); }

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