#65B19A

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

Shades of Keppel #65B19A

Tints of Keppel #65B19A

Color information

#65B19A (or 0x65B19A) is unknown color: approx Keppel. HEX triplet: 65, B1 and 9A. RGB value is (101,177,154). Sum of RGB (Red+Green+Blue) = 101+177+154=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #65B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B19A is #9A4E65. Grayscale: #979797. Windows color (decimal): -10112614 or 10137957. OLE color: 10137957.

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

Color convert

RGB101177154-
CMYK0.4300.130.31
HSL161.84º32.76%54.51%-
HSV(B)161.84º42.94%69.41%-
XYZ26.9236.5436.21-
YUV151.65129.3291.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=23.38%
G=40.97%
B=35.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011771540.4300.130.31161.8432.7654.51
Hex65B19A2B0D1Fa22137
Octal14526123253015372424167
Binary11001011011000110011010101011011011111110100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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