#68B097

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

Shades of Keppel #68B097

Tints of Keppel #68B097

Color information

#68B097 (or 0x68B097) is unknown color: approx Keppel. HEX triplet: 68, B0 and 97. RGB value is (104,176,151). Sum of RGB (Red+Green+Blue) = 104+176+151=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #68B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B097 is #974F68. Grayscale: #979797. Windows color (decimal): -9916265 or 9941096. OLE color: 9941096.

HSL color Cylindrical-coordinate representation of color #68B097: hue angle of 159.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B097 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB104176151-
CMYK0.4100.140.31
HSL159.17º31.3%54.9%-
HSV(B)159.17º40.91%69.02%-
XYZ26.8236.2334.86-
YUV151.62127.6594.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=24.13%
G=40.84%
B=35.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761510.4100.140.31159.1731.354.9
Hex68B097290E1F9f1f37
Octal15026022751016372373767
Binary1101000101100001001011110100101110111111001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,151); }

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

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

 a { background-color: rgb(104,176,151); }

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

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

 span { border-color: rgb(104,176,151); }

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