Html Css Color HEX #94CEA6 Chinook

📋 copy color: '#94CEA6'

red 148 ◦ green 206 ◦ blue 166

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

Shades of Chinook #94CEA6

Tints of Chinook #94CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

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

R = 28.46%
G = 39.62%
B = 31.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#94CEA6 (or 0x94CEA6) is known color: Chinook. HEX triplet: 94, CE and A6. RGB value is (148,206,166). Sum of RGB (Red+Green+Blue) = 148+206+166=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEA6 is #6B3159. Grayscale: #B8B8B8. Windows color (decimal): -7024986 or 10931860. OLE color: 10931860.

HSL color Cylindrical-coordinate representation of color #94CEA6: hue angle of 138.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEA6 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 166 -
CMYK 0.28 0 0.19 0.19
HSL 138.62º 0.37% 0.69% -
HSV(B) 138.62º 0.28% 0.81% -
XYZ 41.17 53.19 44.17 -
YUV 184.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 148 206 166 0.28 0 0.19 0.19 138.62 0.37 0.69
Hex 94 CE A6 1C 0 13 13 8B 25 45
Octal 224 316 246 34 0 23 23 213 45 105
Binary 10010100 11001110 10100110 11100 0 10011 10011 10001011 100101 1000101

Color Harmonies of #94CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEA6

Black with #94CEA6

Text Example


Text Example

White with #94CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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