Html Css Color HEX #94CE9F Chinook

📋 copy color: '#94CE9F'

red 148 ◦ green 206 ◦ blue 159

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

Shades of Chinook #94CE9F

Tints of Chinook #94CE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 28.85%
G = 40.16%
B = 30.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#94CE9F (or 0x94CE9F) is known color: Chinook. HEX triplet: 94, CE and 9F. RGB value is (148,206,159). Sum of RGB (Red+Green+Blue) = 148+206+159=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE9F is #6B3160. Grayscale: #B7B7B7. Windows color (decimal): -7024993 or 10473108. OLE color: 10473108.

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

Color convert

RGB 148 206 159 -
CMYK 0.28 0 0.23 0.19
HSL 131.38º 0.37% 0.69% -
HSV(B) 131.38º 0.28% 0.81% -
XYZ 40.54 52.94 40.88 -
YUV 183.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 148 206 159 0.28 0 0.23 0.19 131.38 0.37 0.69
Hex 94 CE 9F 1C 0 17 13 83 25 45
Octal 224 316 237 34 0 27 23 203 45 105
Binary 10010100 11001110 10011111 11100 0 10111 10011 10000011 100101 1000101

Color Harmonies of #94CE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE9F

Black with #94CE9F

Text Example


Text Example

White with #94CE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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