#67AF94

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

Shades of Keppel #67AF94

Tints of Keppel #67AF94

Color information

#67AF94 (or 0x67AF94) is unknown color: approx Keppel. HEX triplet: 67, AF and 94. RGB value is (103,175,148). Sum of RGB (Red+Green+Blue) = 103+175+148=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AF94 is #98506B. Grayscale: #969696. Windows color (decimal): -9982060 or 9744231. OLE color: 9744231.

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

Color convert

RGB103175148-
CMYK0.4100.150.31
HSL157.5º31.03%54.51%-
HSV(B)157.5º41.14%68.63%-
XYZ26.2735.6833.52-
YUV150.39126.6594.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.18%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=24.18%
G=41.08%
B=34.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031751480.4100.150.31157.531.0354.51
Hex67AF94290F1F9e1f37
Octal14725722451017372363767
Binary1100111101011111001010010100101111111111001111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AF94; }

 p { color: rgb(103,175,148); }

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

<style>
 a { background-color: #67AF94; }

 a { background-color: rgb(103,175,148); }

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

<style>
 span { border-color: #67AF94; }

 span { border-color: rgb(103,175,148); }

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