#65C0A3

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

Shades of Keppel #65C0A3

Tints of Keppel #65C0A3

Color information

#65C0A3 (or 0x65C0A3) is unknown color: approx Keppel. HEX triplet: 65, C0 and A3. RGB value is (101,192,163). Sum of RGB (Red+Green+Blue) = 101+192+163=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #65C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C0A3 is #9A3F5C. Grayscale: #A1A1A1. Windows color (decimal): -10108765 or 10731621. OLE color: 10731621.

HSL color Cylindrical-coordinate representation of color #65C0A3: hue angle of 160.88º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C0A3 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB101192163-
CMYK0.4700.150.25
HSL160.88º41.94%57.45%-
HSV(B)160.88º47.4%75.29%-
XYZ30.8343.1141.35-
YUV161.48128.8584.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.15%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 163 (64.06% from 255) = 35.75%
R=22.15%
G=42.11%
B=35.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011921630.4700.150.25160.8841.9457.45
Hex65C0A32F0F19a12a39
Octal14530024357017312415271
Binary11001011100000010100011101111011111100110100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,192,163); }

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

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

 a { background-color: rgb(101,192,163); }

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

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

 span { border-color: rgb(101,192,163); }

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