Html Css Color HEX #94C5B9 Shadow Green

📋 copy color: '#94C5B9'

red 148 ◦ green 197 ◦ blue 185

#94C5B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #94C5B9

Tints of Shadow Green #94C5B9

RGB

 RED value IS 148 (58.2% from 255) = 27.92%

 GREEN value IS 197 (77.34% from 255) = 37.17%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 27.92%
G = 37.17%
B = 34.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#94C5B9 (or 0x94C5B9) is known color: Shadow Green. HEX triplet: 94, C5 and B9. RGB value is (148,197,185). Sum of RGB (Red+Green+Blue) = 148+197+185=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5B9 is #6B3A46. Grayscale: #B4B4B4. Windows color (decimal): -7027271 or 12174740. OLE color: 12174740.

HSL color Cylindrical-coordinate representation of color #94C5B9: hue angle of 165.31º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C5B9 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 185 -
CMYK 0.25 0 0.06 0.23
HSL 165.31º 0.3% 0.68% -
HSV(B) 165.31º 0.25% 0.77% -
XYZ 40.94 49.73 53.34 -
YUV 180.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 148 197 185 0.25 0 0.06 0.23 165.31 0.3 0.68
Hex 94 C5 B9 19 0 6 17 A5 1E 44
Octal 224 305 271 31 0 6 27 245 36 104
Binary 10010100 11000101 10111001 11001 0 110 10111 10100101 11110 1000100

Color Harmonies of #94C5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5B9

Black with #94C5B9

Text Example


Text Example

White with #94C5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,185); }

 H1.HeaderClassName
 {
   color: #94C5B9;
 }
 .AnyTagClassName
 {
   color: #94C5B9;
 }
</style>

background-color css

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

 a { background-color: rgb(148,197,185); }

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

border-color css

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

 span { border-color: rgb(148,197,185); }

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