#93D09C

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

Shades of Chinook #93D09C

Tints of Chinook #93D09C

Color information

#93D09C (or 0x93D09C) is unknown color: approx Chinook. HEX triplet: 93, D0 and 9C. RGB value is (147,208,156). Sum of RGB (Red+Green+Blue) = 147+208+156=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #93D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D09C is #6C2F63. Grayscale: #B7B7B7. Windows color (decimal): -7090020 or 10277011. OLE color: 10277011.

HSL color Cylindrical-coordinate representation of color #93D09C: hue angle of 128.85º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D09C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB147208156-
CMYK0.2900.250.18
HSL128.85º39.35%69.61%-
HSV(B)128.85º29.33%81.57%-
XYZ40.5953.7239.68-
YUV183.83112.29101.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=28.77%
G=40.70%
B=30.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472081560.2900.250.18128.8539.3569.61
Hex93D09C1D01912812746
Octal223320234350312220147106
Binary1001001111010000100111001110101100110010100000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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