#65C09D

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

Shades of Keppel #65C09D

Tints of Keppel #65C09D

Color information

#65C09D (or 0x65C09D) is unknown color: approx Keppel. HEX triplet: 65, C0 and 9D. RGB value is (101,192,157). Sum of RGB (Red+Green+Blue) = 101+192+157=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #65C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C09D is #9A3F62. Grayscale: #A0A0A0. Windows color (decimal): -10108771 or 10338405. OLE color: 10338405.

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

Color convert

RGB101192157-
CMYK0.4700.180.25
HSL156.92º41.94%57.45%-
HSV(B)156.92º47.4%75.29%-
XYZ30.342.938.58-
YUV160.8125.8585.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.44%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=22.44%
G=42.67%
B=34.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011921570.4700.180.25156.9241.9457.45
Hex65C09D2F012199d2a39
Octal14530023557022312355271
Binary110010111000000100111011011110100101100110011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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