#65BB9D

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

Shades of Keppel #65BB9D

Tints of Keppel #65BB9D

Color information

#65BB9D (or 0x65BB9D) is unknown color: approx Keppel. HEX triplet: 65, BB and 9D. RGB value is (101,187,157). Sum of RGB (Red+Green+Blue) = 101+187+157=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BB9D is #9A4462. Grayscale: #9D9D9D. Windows color (decimal): -10110051 or 10337125. OLE color: 10337125.

HSL color Cylindrical-coordinate representation of color #65BB9D: hue angle of 159.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BB9D is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB101187157-
CMYK0.4600.160.27
HSL159.07º38.74%56.47%-
HSV(B)159.07º45.99%73.33%-
XYZ29.2240.7438.22-
YUV157.87127.5187.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=22.70%
G=42.02%
B=35.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011871570.4600.160.27159.0738.7456.47
Hex65BB9D2E0101B9f2738
Octal14527323556020332374770
Binary110010110111011100111011011100100001101110011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,187,157); }

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

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

 a { background-color: rgb(101,187,157); }

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

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

 span { border-color: rgb(101,187,157); }

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