Html Css Color HEX #94D09F Chinook

📋 copy color: '#94D09F'

red 148 ◦ green 208 ◦ blue 159

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

Shades of Chinook #94D09F

Tints of Chinook #94D09F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

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

R = 28.74%
G = 40.39%
B = 30.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#94D09F (or 0x94D09F) is known color: Chinook. HEX triplet: 94, D0 and 9F. RGB value is (148,208,159). Sum of RGB (Red+Green+Blue) = 148+208+159=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #94D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D09F is #6B2F60. Grayscale: #B8B8B8. Windows color (decimal): -7024481 or 10473620. OLE color: 10473620.

HSL color Cylindrical-coordinate representation of color #94D09F: hue angle of 131º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D09F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 159 -
CMYK 0.29 0 0.24 0.18
HSL 131º 0.39% 0.7% -
HSV(B) 131º 0.29% 0.82% -
XYZ 41.03 53.91 41.04 -
YUV 184.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 148 208 159 0.29 0 0.24 0.18 131 0.39 0.7
Hex 94 D0 9F 1D 0 18 12 83 27 46
Octal 224 320 237 35 0 30 22 203 47 106
Binary 10010100 11010000 10011111 11101 0 11000 10010 10000011 100111 1000110

Color Harmonies of #94D09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D09F

Black with #94D09F

Text Example


Text Example

White with #94D09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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