#94CEC4

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

Shades of Bermuda #94CEC4

Tints of Bermuda #94CEC4

Color information

#94CEC4 (or 0x94CEC4) is unknown color: approx Bermuda. HEX triplet: 94, CE and C4. RGB value is (148,206,196). Sum of RGB (Red+Green+Blue) = 148+206+196=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CEC4 is #6B313B. Grayscale: #BBBBBB. Windows color (decimal): -7024956 or 12897940. OLE color: 12897940.

HSL color Cylindrical-coordinate representation of color #94CEC4: hue angle of 169.66º 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 #94CEC4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB148206196-
CMYK0.2800.050.19
HSL169.66º37.18%69.41%-
HSV(B)169.66º28.16%80.78%-
XYZ44.2554.4260.4-
YUV187.52132.7899.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=26.91%
G=37.45%
B=35.64%

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
Decimal1482061960.2800.050.19169.6637.1869.41
Hex94CEC41C0513aa2545
Octal22431630434052325245105
Binary10010100110011101100010011100010110011101010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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