Html Css Color HEX #94D1A6 Chinook

📋 copy color: '#94D1A6'

red 148 ◦ green 209 ◦ blue 166

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

Shades of Chinook #94D1A6

Tints of Chinook #94D1A6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

 BLUE value IS 166 (65.23% from 255) = 31.74%

R = 28.3%
G = 39.96%
B = 31.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#94D1A6 (or 0x94D1A6) is known color: Chinook. HEX triplet: 94, D1 and A6. RGB value is (148,209,166). Sum of RGB (Red+Green+Blue) = 148+209+166=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D1A6 is #6B2E59. Grayscale: #B9B9B9. Windows color (decimal): -7024218 or 10932628. OLE color: 10932628.

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

Color convert

RGB 148 209 166 -
CMYK 0.29 0 0.21 0.18
HSL 137.7º 0.4% 0.7% -
HSV(B) 137.7º 0.29% 0.82% -
XYZ 41.9 54.65 44.42 -
YUV 185.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 148 209 166 0.29 0 0.21 0.18 137.7 0.4 0.7
Hex 94 D1 A6 1D 0 15 12 8A 28 46
Octal 224 321 246 35 0 25 22 212 50 106
Binary 10010100 11010001 10100110 11101 0 10101 10010 10001010 101000 1000110

Color Harmonies of #94D1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D1A6

Black with #94D1A6

Text Example


Text Example

White with #94D1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,166); }

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

background-color css

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

 a { background-color: rgb(148,209,166); }

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

border-color css

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

 span { border-color: rgb(148,209,166); }

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