#94DBA0

Color #94DBA0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #94DBA0

Tints of Chinook #94DBA0

Color information

#94DBA0 (or 0x94DBA0) is unknown color: approx Chinook. HEX triplet: 94, DB and A0. RGB value is (148,219,160). Sum of RGB (Red+Green+Blue) = 148+219+160=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DBA0 is #6B245F. Grayscale: #BFBFBF. Windows color (decimal): -7021664 or 10541972. OLE color: 10541972.

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

Color convert

RGB148219160-
CMYK0.3200.270.14
HSL130.14º49.65%71.96%-
HSV(B)130.14º32.42%85.88%-
XYZ43.8959.542.43-
YUV191.04110.4897.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=28.08%
G=41.56%
B=30.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191600.3200.270.14130.1449.6571.96
Hex94DBA02001BE823248
Octal224333240400331620262110
Binary1001010011011011101000001000000110111110100000101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94DBA0;
 }
 .AnyTagClassName
 {
   color: #94DBA0;
 }
</style>
background-color css

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

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

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

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

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

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