#68BEA5

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

Shades of Keppel #68BEA5

Tints of Keppel #68BEA5

Color information

#68BEA5 (or 0x68BEA5) is unknown color: approx Keppel. HEX triplet: 68, BE and A5. RGB value is (104,190,165). Sum of RGB (Red+Green+Blue) = 104+190+165=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEA5 is #97415A. Grayscale: #A1A1A1. Windows color (decimal): -9912667 or 10862184. OLE color: 10862184.

HSL color Cylindrical-coordinate representation of color #68BEA5: hue angle of 162.56º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEA5 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB104190165-
CMYK0.4500.130.25
HSL162.56º39.81%57.65%-
HSV(B)162.56º45.26%74.51%-
XYZ30.9142.4942.17-
YUV161.44130.0187.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=22.66%
G=41.39%
B=35.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041901650.4500.130.25162.5639.8157.65
Hex68BEA52D0D19a3283a
Octal15027624555015312435072
Binary11010001011111010100101101101011011100110100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BEA5; }

 p { color: rgb(104,190,165); }

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

<style>
 a { background-color: #68BEA5; }

 a { background-color: rgb(104,190,165); }

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

<style>
 span { border-color: #68BEA5; }

 span { border-color: rgb(104,190,165); }

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