#68AF96

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

Shades of Keppel #68AF96

Tints of Keppel #68AF96

Color information

#68AF96 (or 0x68AF96) is unknown color: approx Keppel. HEX triplet: 68, AF and 96. RGB value is (104,175,150). Sum of RGB (Red+Green+Blue) = 104+175+150=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF96 is #975069. Grayscale: #969696. Windows color (decimal): -9916522 or 9875304. OLE color: 9875304.

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

Color convert

RGB104175150-
CMYK0.4100.140.31
HSL158.87º30.74%54.71%-
HSV(B)158.87º40.57%68.63%-
XYZ26.5435.8134.37-
YUV150.92127.4894.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=24.24%
G=40.79%
B=34.97%

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
Decimal1041751500.4100.140.31158.8730.7454.71
Hex68AF96290E1F9f1f37
Octal15025722651016372373767
Binary1101000101011111001011010100101110111111001111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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