Html Css Color HEX #94DF9F Chinook

📋 copy color: '#94DF9F'

red 148 ◦ green 223 ◦ blue 159

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

Shades of Chinook #94DF9F

Tints of Chinook #94DF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

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

R = 27.92%
G = 42.08%
B = 30%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#94DF9F (or 0x94DF9F) is known color: Chinook. HEX triplet: 94, DF and 9F. RGB value is (148,223,159). Sum of RGB (Red+Green+Blue) = 148+223+159=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF9F is #6B2060. Grayscale: #C1C1C1. Windows color (decimal): -7020641 or 10477460. OLE color: 10477460.

HSL color Cylindrical-coordinate representation of color #94DF9F: hue angle of 128.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DF9F is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 223 159 -
CMYK 0.34 0 0.29 0.13
HSL 128.8º 0.54% 0.73% -
HSV(B) 128.8º 0.34% 0.87% -
XYZ 44.86 61.57 42.32 -
YUV 193.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 148 223 159 0.34 0 0.29 0.13 128.8 0.54 0.73
Hex 94 DF 9F 22 0 1D D 81 36 49
Octal 224 337 237 42 0 35 15 201 66 111
Binary 10010100 11011111 10011111 100010 0 11101 1101 10000001 110110 1001001

Color Harmonies of #94DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DF9F

Black with #94DF9F

Text Example


Text Example

White with #94DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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