#94C1BD

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

Shades of Shadow Green #94C1BD

Tints of Shadow Green #94C1BD

Color information

#94C1BD (or 0x94C1BD) is unknown color: approx Shadow Green. HEX triplet: 94, C1 and BD. RGB value is (148,193,189). Sum of RGB (Red+Green+Blue) = 148+193+189=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #94C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1BD is #6B3E42. Grayscale: #B3B3B3. Windows color (decimal): -7028291 or 12435860. OLE color: 12435860.

HSL color Cylindrical-coordinate representation of color #94C1BD: hue angle of 174.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C1BD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB148193189-
CMYK0.2300.020.24
HSL174.67º26.63%66.86%-
HSV(B)174.67º23.32%75.69%-
XYZ40.4748.1155.3-
YUV179.09133.59105.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=27.92%
G=36.42%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931890.2300.020.24174.6726.6366.86
Hex94C1BD170218af1b43
Octal22430127527023025733103
Binary100101001100000110111101101110101100010101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,189); }

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

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

 a { background-color: rgb(148,193,189); }

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

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

 span { border-color: rgb(148,193,189); }

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