Html Css Color HEX #94CE9C Chinook

📋 copy color: '#94CE9C'

red 148 ◦ green 206 ◦ blue 156

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

Shades of Chinook #94CE9C

Tints of Chinook #94CE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 29.02%
G = 40.39%
B = 30.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#94CE9C (or 0x94CE9C) is known color: Chinook. HEX triplet: 94, CE and 9C. RGB value is (148,206,156). Sum of RGB (Red+Green+Blue) = 148+206+156=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE9C is #6B3163. Grayscale: #B7B7B7. Windows color (decimal): -7024996 or 10276500. OLE color: 10276500.

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

Color convert

RGB 148 206 156 -
CMYK 0.28 0 0.24 0.19
HSL 128.28º 0.37% 0.69% -
HSV(B) 128.28º 0.28% 0.81% -
XYZ 40.28 52.84 39.53 -
YUV 182.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 148 206 156 0.28 0 0.24 0.19 128.28 0.37 0.69
Hex 94 CE 9C 1C 0 18 13 80 25 45
Octal 224 316 234 34 0 30 23 200 45 105
Binary 10010100 11001110 10011100 11100 0 11000 10011 10000000 100101 1000101

Color Harmonies of #94CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE9C

Black with #94CE9C

Text Example


Text Example

White with #94CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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