#65B3A0

Color #65B3A0 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #65B3A0

Tints of Keppel #65B3A0

Color information

#65B3A0 (or 0x65B3A0) is unknown color: approx Keppel. HEX triplet: 65, B3 and A0. RGB value is (101,179,160). Sum of RGB (Red+Green+Blue) = 101+179+160=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #65B3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B3A0 is #9A4C5F. Grayscale: #999999. Windows color (decimal): -10112096 or 10531685. OLE color: 10531685.

HSL color Cylindrical-coordinate representation of color #65B3A0: hue angle of 165.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B3A0 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB101179160-
CMYK0.4400.110.30
HSL165.38º33.91%54.9%-
HSV(B)165.38º43.58%70.2%-
XYZ27.8337.5439.04-
YUV153.51131.6690.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=22.95%
G=40.68%
B=36.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791600.4400.110.30165.3833.9154.9
Hex65B3A02C0B1Ea52237
Octal14526324054013362454267
Binary11001011011001110100000101100010111111010100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B3A0; }

 p { color: rgb(101,179,160); }

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

<style>
 a { background-color: #65B3A0; }

 a { background-color: rgb(101,179,160); }

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

<style>
 span { border-color: #65B3A0; }

 span { border-color: rgb(101,179,160); }

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