Html Css Color HEX #94DCA5 Chinook

📋 copy color: '#94DCA5'

red 148 ◦ green 220 ◦ blue 165

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

Shades of Chinook #94DCA5

Tints of Chinook #94DCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 165 (64.84% from 255) = 30.96%

R = 27.77%
G = 41.28%
B = 30.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#94DCA5 (or 0x94DCA5) is known color: Chinook. HEX triplet: 94, DC and A5. RGB value is (148,220,165). Sum of RGB (Red+Green+Blue) = 148+220+165=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCA5 is #6B235A. Grayscale: #C0C0C0. Windows color (decimal): -7021403 or 10869908. OLE color: 10869908.

HSL color Cylindrical-coordinate representation of color #94DCA5: hue angle of 134.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCA5 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 165 -
CMYK 0.33 0 0.25 0.14
HSL 134.17º 0.51% 0.72% -
HSV(B) 134.17º 0.33% 0.86% -
XYZ 44.6 60.2 44.87 -
YUV 192.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 148 220 165 0.33 0 0.25 0.14 134.17 0.51 0.72
Hex 94 DC A5 21 0 19 E 86 33 48
Octal 224 334 245 41 0 31 16 206 63 110
Binary 10010100 11011100 10100101 100001 0 11001 1110 10000110 110011 1001000

Color Harmonies of #94DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DCA5

Black with #94DCA5

Text Example


Text Example

White with #94DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,165); }

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

background-color css

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

 a { background-color: rgb(148,220,165); }

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

border-color css

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

 span { border-color: rgb(148,220,165); }

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