#94E7DD

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

Shades of Sinbad #94E7DD

Tints of Sinbad #94E7DD

Color information

#94E7DD (or 0x94E7DD) is unknown color: approx Sinbad. HEX triplet: 94, E7 and DD. RGB value is (148,231,221). Sum of RGB (Red+Green+Blue) = 148+231+221=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7DD is #6B1822. Grayscale: #CDCDCD. Windows color (decimal): -7018531 or 14542740. OLE color: 14542740.

HSL color Cylindrical-coordinate representation of color #94E7DD: hue angle of 172.77º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E7DD is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB148231221-
CMYK0.3600.040.09
HSL172.77º63.36%74.31%-
HSV(B)172.77º35.93%90.59%-
XYZ53.8468.6778.82-
YUV205.0413787.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.67%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=24.67%
G=38.5%
B=36.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482312210.3600.040.09172.7763.3674.31
Hex94E7DD24049ad3f4a
Octal22434733544041125577112
Binary10010100111001111101110110010001001001101011011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,231,221); }

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

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

 a { background-color: rgb(148,231,221); }

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

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

 span { border-color: rgb(148,231,221); }

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