#65AF9C

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

Shades of Keppel #65AF9C

Tints of Keppel #65AF9C

Color information

#65AF9C (or 0x65AF9C) is unknown color: approx Keppel. HEX triplet: 65, AF and 9C. RGB value is (101,175,156). Sum of RGB (Red+Green+Blue) = 101+175+156=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF9C is #9A5063. Grayscale: #969696. Windows color (decimal): -10113124 or 10268517. OLE color: 10268517.

HSL color Cylindrical-coordinate representation of color #65AF9C: hue angle of 164.59º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF9C is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB101175156-
CMYK0.4200.110.31
HSL164.59º31.62%54.12%-
HSV(B)164.59º42.29%68.63%-
XYZ26.735.8336.96-
YUV150.71130.9892.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=23.38%
G=40.51%
B=36.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751560.4200.110.31164.5931.6254.12
Hex65AF9C2A0B1Fa52036
Octal14525723452013372454066
Binary11001011010111110011100101010010111111110100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,156); }

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

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

 a { background-color: rgb(101,175,156); }

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

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

 span { border-color: rgb(101,175,156); }

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