#65AF9E

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

Shades of Keppel #65AF9E

Tints of Keppel #65AF9E

Color information

#65AF9E (or 0x65AF9E) is unknown color: approx Keppel. HEX triplet: 65, AF and 9E. RGB value is (101,175,158). Sum of RGB (Red+Green+Blue) = 101+175+158=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF9E is #9A5061. Grayscale: #969696. Windows color (decimal): -10113122 or 10399589. OLE color: 10399589.

HSL color Cylindrical-coordinate representation of color #65AF9E: hue angle of 166.22º 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 #65AF9E is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB101175158-
CMYK0.4200.100.31
HSL166.22º31.62%54.12%-
HSV(B)166.22º42.29%68.63%-
XYZ26.8735.937.86-
YUV150.94131.9892.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=23.27%
G=40.32%
B=36.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751580.4200.100.31166.2231.6254.12
Hex65AF9E2A0A1Fa62036
Octal14525723652012372464066
Binary11001011010111110011110101010010101111110100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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