Html Css Color HEX #94D2A6 Chinook

📋 copy color: '#94D2A6'

red 148 ◦ green 210 ◦ blue 166

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

Shades of Chinook #94D2A6

Tints of Chinook #94D2A6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.08%

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

R = 28.24%
G = 40.08%
B = 31.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#94D2A6 (or 0x94D2A6) is known color: Chinook. HEX triplet: 94, D2 and A6. RGB value is (148,210,166). Sum of RGB (Red+Green+Blue) = 148+210+166=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #94D2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D2A6 is #6B2D59. Grayscale: #BABABA. Windows color (decimal): -7023962 or 10932884. OLE color: 10932884.

HSL color Cylindrical-coordinate representation of color #94D2A6: hue angle of 137.42º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D2A6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 210 166 -
CMYK 0.30 0 0.21 0.18
HSL 137.42º 0.41% 0.7% -
HSV(B) 137.42º 0.3% 0.82% -
XYZ 42.14 55.14 44.5 -
YUV 186.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 148 210 166 0.30 0 0.21 0.18 137.42 0.41 0.7
Hex 94 D2 A6 1E 0 15 12 89 29 46
Octal 224 322 246 36 0 25 22 211 51 106
Binary 10010100 11010010 10100110 11110 0 10101 10010 10001001 101001 1000110

Color Harmonies of #94D2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D2A6

Black with #94D2A6

Text Example


Text Example

White with #94D2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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