#67AC95

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

Shades of Keppel #67AC95

Tints of Keppel #67AC95

Color information

#67AC95 (or 0x67AC95) is unknown color: approx Keppel. HEX triplet: 67, AC and 95. RGB value is (103,172,149). Sum of RGB (Red+Green+Blue) = 103+172+149=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AC95 is #98536A. Grayscale: #949494. Windows color (decimal): -9982827 or 9808999. OLE color: 9808999.

HSL color Cylindrical-coordinate representation of color #67AC95: hue angle of 160º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC95 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB103172149-
CMYK0.4000.130.33
HSL160º29.36%53.92%-
HSV(B)160º40.12%67.45%-
XYZ25.7734.5633.75-
YUV148.75128.1495.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.29%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=24.29%
G=40.57%
B=35.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721490.4000.130.3316029.3653.92
Hex67AC95280D21a01d36
Octal14725422550015412403566
Binary11001111010110010010101101000011011000011010000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,172,149); }

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

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

 a { background-color: rgb(103,172,149); }

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

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

 span { border-color: rgb(103,172,149); }

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