#93CE9F

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

Shades of Chinook #93CE9F

Tints of Chinook #93CE9F

Color information

#93CE9F (or 0x93CE9F) is unknown color: approx Chinook. HEX triplet: 93, CE and 9F. RGB value is (147,206,159). Sum of RGB (Red+Green+Blue) = 147+206+159=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE9F is #6C3160. Grayscale: #B7B7B7. Windows color (decimal): -7090529 or 10473107. OLE color: 10473107.

HSL color Cylindrical-coordinate representation of color #93CE9F: hue angle of 132.2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CE9F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB147206159-
CMYK0.2900.230.19
HSL132.2º37.58%69.22%-
HSV(B)132.2º28.64%80.78%-
XYZ40.3652.8540.87-
YUV183114.45102.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=28.71%
G=40.23%
B=31.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061590.2900.230.19132.237.5869.22
Hex93CE9F1D01713842645
Octal223316237350272320446105
Binary1001001111001110100111111110101011110011100001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,206,159); }

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

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

 a { background-color: rgb(147,206,159); }

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

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

 span { border-color: rgb(147,206,159); }

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