#94CEC3

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

Shades of Bermuda #94CEC3

Tints of Bermuda #94CEC3

Color information

#94CEC3 (or 0x94CEC3) is unknown color: approx Bermuda. HEX triplet: 94, CE and C3. RGB value is (148,206,195). Sum of RGB (Red+Green+Blue) = 148+206+195=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEC3 is #6B313C. Grayscale: #BBBBBB. Windows color (decimal): -7024957 or 12832404. OLE color: 12832404.

HSL color Cylindrical-coordinate representation of color #94CEC3: hue angle of 168.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEC3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB148206195-
CMYK0.2800.050.19
HSL168.62º37.18%69.41%-
HSV(B)168.62º28.16%80.78%-
XYZ44.1354.3859.8-
YUV187.4132.2899.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=26.96%
G=37.52%
B=35.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061950.2800.050.19168.6237.1869.41
Hex94CEC31C0513a92545
Octal22431630334052325145105
Binary10010100110011101100001111100010110011101010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,195); }

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

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

 a { background-color: rgb(148,206,195); }

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

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

 span { border-color: rgb(148,206,195); }

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