Html Css Color HEX #94D09E Chinook

📋 copy color: '#94D09E'

red 148 ◦ green 208 ◦ blue 158

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

Shades of Chinook #94D09E

Tints of Chinook #94D09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 28.79%
G = 40.47%
B = 30.74%

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

#94D09E (or 0x94D09E) is known color: Chinook. HEX triplet: 94, D0 and 9E. RGB value is (148,208,158). Sum of RGB (Red+Green+Blue) = 148+208+158=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #94D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D09E is #6B2F61. Grayscale: #B8B8B8. Windows color (decimal): -7024482 or 10408084. OLE color: 10408084.

HSL color Cylindrical-coordinate representation of color #94D09E: hue angle of 130º 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 #94D09E is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 158 -
CMYK 0.29 0 0.24 0.18
HSL 130º 0.39% 0.7% -
HSV(B) 130º 0.29% 0.82% -
XYZ 40.94 53.88 40.59 -
YUV 184.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 148 208 158 0.29 0 0.24 0.18 130 0.39 0.7
Hex 94 D0 9E 1D 0 18 12 82 27 46
Octal 224 320 236 35 0 30 22 202 47 106
Binary 10010100 11010000 10011110 11101 0 11000 10010 10000010 100111 1000110

Color Harmonies of #94D09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D09E

Black with #94D09E

Text Example


Text Example

White with #94D09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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