#65BB9A

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

Shades of Keppel #65BB9A

Tints of Keppel #65BB9A

Color information

#65BB9A (or 0x65BB9A) is unknown color: approx Keppel. HEX triplet: 65, BB and 9A. RGB value is (101,187,154). Sum of RGB (Red+Green+Blue) = 101+187+154=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BB9A is #9A4465. Grayscale: #9D9D9D. Windows color (decimal): -10110054 or 10140517. OLE color: 10140517.

HSL color Cylindrical-coordinate representation of color #65BB9A: hue angle of 156.98º 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 #65BB9A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB101187154-
CMYK0.4600.180.27
HSL156.98º38.74%56.47%-
HSV(B)156.98º45.99%73.33%-
XYZ28.9740.6436.89-
YUV157.52126.0187.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.85%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=22.85%
G=42.31%
B=34.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011871540.4600.180.27156.9838.7456.47
Hex65BB9A2E0121B9d2738
Octal14527323256022332354770
Binary110010110111011100110101011100100101101110011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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