#93DE9C

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

Shades of Chinook #93DE9C

Tints of Chinook #93DE9C

Color information

#93DE9C (or 0x93DE9C) is unknown color: approx Chinook. HEX triplet: 93, DE and 9C. RGB value is (147,222,156). Sum of RGB (Red+Green+Blue) = 147+222+156=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DE9C is #6C2163. Grayscale: #C0C0C0. Windows color (decimal): -7086436 or 10280595. OLE color: 10280595.

HSL color Cylindrical-coordinate representation of color #93DE9C: hue angle of 127.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DE9C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB147222156-
CMYK0.3400.300.13
HSL127.2º53.19%72.35%-
HSV(B)127.2º33.78%87.06%-
XYZ44.1560.8540.87-
YUV192.05107.6595.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=28%
G=42.29%
B=29.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221560.3400.300.13127.253.1972.35
Hex93DE9C2201ED7f3548
Octal223336234420361517765110
Binary100100111101111010011100100010011110110111111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DE9C; }

 p { color: rgb(147,222,156); }

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

<style>
 a { background-color: #93DE9C; }

 a { background-color: rgb(147,222,156); }

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

<style>
 span { border-color: #93DE9C; }

 span { border-color: rgb(147,222,156); }

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