Html Css Color HEX #94D09B Chinook

📋 copy color: '#94D09B'

red 148 ◦ green 208 ◦ blue 155

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

Shades of Chinook #94D09B

Tints of Chinook #94D09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 28.96%
G = 40.7%
B = 30.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#94D09B (or 0x94D09B) is known color: Chinook. HEX triplet: 94, D0 and 9B. RGB value is (148,208,155). Sum of RGB (Red+Green+Blue) = 148+208+155=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #94D09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D09B is #6B2F64. Grayscale: #B8B8B8. Windows color (decimal): -7024485 or 10211476. OLE color: 10211476.

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

Color convert

RGB 148 208 155 -
CMYK 0.29 0 0.25 0.18
HSL 127º 0.39% 0.7% -
HSV(B) 127º 0.29% 0.82% -
XYZ 40.69 53.77 39.25 -
YUV 184.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 148 208 155 0.29 0 0.25 0.18 127 0.39 0.7
Hex 94 D0 9B 1D 0 19 12 7F 27 46
Octal 224 320 233 35 0 31 22 177 47 106
Binary 10010100 11010000 10011011 11101 0 11001 10010 1111111 100111 1000110

Color Harmonies of #94D09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D09B

Black with #94D09B

Text Example


Text Example

White with #94D09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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