#68AF9E

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

Shades of Keppel #68AF9E

Tints of Keppel #68AF9E

Color information

#68AF9E (or 0x68AF9E) is unknown color: approx Keppel. HEX triplet: 68, AF and 9E. RGB value is (104,175,158). Sum of RGB (Red+Green+Blue) = 104+175+158=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF9E is #975061. Grayscale: #979797. Windows color (decimal): -9916514 or 10399592. OLE color: 10399592.

HSL color Cylindrical-coordinate representation of color #68AF9E: hue angle of 165.63º 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 #68AF9E is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB104175158-
CMYK0.4100.100.31
HSL165.63º30.74%54.71%-
HSV(B)165.63º40.57%68.63%-
XYZ27.2136.0737.88-
YUV151.83131.4893.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=23.80%
G=40.05%
B=36.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751580.4100.100.31165.6330.7454.71
Hex68AF9E290A1Fa61f37
Octal15025723651012372463767
Binary1101000101011111001111010100101010111111010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,158); }

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

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

 a { background-color: rgb(104,175,158); }

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

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

 span { border-color: rgb(104,175,158); }

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