#93CBA5

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

Shades of Chinook #93CBA5

Tints of Chinook #93CBA5

Color information

#93CBA5 (or 0x93CBA5) is unknown color: approx Chinook. HEX triplet: 93, CB and A5. RGB value is (147,203,165). Sum of RGB (Red+Green+Blue) = 147+203+165=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CBA5 is #6C345A. Grayscale: #B6B6B6. Windows color (decimal): -7091291 or 10865555. OLE color: 10865555.

HSL color Cylindrical-coordinate representation of color #93CBA5: hue angle of 139.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CBA5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB147203165-
CMYK0.2800.190.20
HSL139.29º35%68.63%-
HSV(B)139.29º27.59%79.61%-
XYZ40.1851.6343.45-
YUV181.92118.45103.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=28.54%
G=39.42%
B=32.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031650.2800.190.20139.293568.63
Hex93CBA51C013148b2345
Octal223313245340232421343105
Binary1001001111001011101001011110001001110100100010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,203,165); }

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

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

 a { background-color: rgb(147,203,165); }

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

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

 span { border-color: rgb(147,203,165); }

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