#65B29B

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

Shades of Keppel #65B29B

Tints of Keppel #65B29B

Color information

#65B29B (or 0x65B29B) is unknown color: approx Keppel. HEX triplet: 65, B2 and 9B. RGB value is (101,178,155). Sum of RGB (Red+Green+Blue) = 101+178+155=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #65B29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B29B is #9A4D64. Grayscale: #989898. Windows color (decimal): -10112357 or 10203749. OLE color: 10203749.

HSL color Cylindrical-coordinate representation of color #65B29B: hue angle of 162.08º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B29B is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB101178155-
CMYK0.4300.130.30
HSL162.08º33.33%54.71%-
HSV(B)162.08º43.26%69.8%-
XYZ27.236.9736.71-
YUV152.36129.4991.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=23.27%
G=41.01%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781550.4300.130.30162.0833.3354.71
Hex65B29B2B0D1Ea22137
Octal14526223353015362424167
Binary11001011011001010011011101011011011111010100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,155); }

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

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

 a { background-color: rgb(101,178,155); }

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

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

 span { border-color: rgb(101,178,155); }

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