Html Css Color HEX #94CEA0 Chinook

📋 copy color: '#94CEA0'

red 148 ◦ green 206 ◦ blue 160

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

Shades of Chinook #94CEA0

Tints of Chinook #94CEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.13%

R = 28.79%
G = 40.08%
B = 31.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#94CEA0 (or 0x94CEA0) is known color: Chinook. HEX triplet: 94, CE and A0. RGB value is (148,206,160). Sum of RGB (Red+Green+Blue) = 148+206+160=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEA0 is #6B315F. Grayscale: #B7B7B7. Windows color (decimal): -7024992 or 10538644. OLE color: 10538644.

HSL color Cylindrical-coordinate representation of color #94CEA0: hue angle of 132.41º 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 #94CEA0 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 160 -
CMYK 0.28 0 0.22 0.19
HSL 132.41º 0.37% 0.69% -
HSV(B) 132.41º 0.28% 0.81% -
XYZ 40.63 52.98 41.34 -
YUV 183.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 148 206 160 0.28 0 0.22 0.19 132.41 0.37 0.69
Hex 94 CE A0 1C 0 16 13 84 25 45
Octal 224 316 240 34 0 26 23 204 45 105
Binary 10010100 11001110 10100000 11100 0 10110 10011 10000100 100101 1000101

Color Harmonies of #94CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEA0

Black with #94CEA0

Text Example


Text Example

White with #94CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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