Html Css Color HEX #94C89F Chinook

📋 copy color: '#94C89F'

red 148 ◦ green 200 ◦ blue 159

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

Shades of Chinook #94C89F

Tints of Chinook #94C89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 29.19%
G = 39.45%
B = 31.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#94C89F (or 0x94C89F) is known color: Chinook. HEX triplet: 94, C8 and 9F. RGB value is (148,200,159). Sum of RGB (Red+Green+Blue) = 148+200+159=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #94C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C89F is #6B3760. Grayscale: #B3B3B3. Windows color (decimal): -7026529 or 10471572. OLE color: 10471572.

HSL color Cylindrical-coordinate representation of color #94C89F: hue angle of 132.69º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C89F is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 159 -
CMYK 0.26 0 0.20 0.22
HSL 132.69º 0.32% 0.68% -
HSV(B) 132.69º 0.26% 0.78% -
XYZ 39.13 50.11 40.41 -
YUV 179.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 148 200 159 0.26 0 0.20 0.22 132.69 0.32 0.68
Hex 94 C8 9F 1A 0 14 16 85 20 44
Octal 224 310 237 32 0 24 26 205 40 104
Binary 10010100 11001000 10011111 11010 0 10100 10110 10000101 100000 1000100

Color Harmonies of #94C89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C89F

Black with #94C89F

Text Example


Text Example

White with #94C89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,200,159); }

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

background-color css

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

 a { background-color: rgb(148,200,159); }

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

border-color css

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

 span { border-color: rgb(148,200,159); }

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