#67AA99

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

Shades of Keppel #67AA99

Tints of Keppel #67AA99

Color information

#67AA99 (or 0x67AA99) is unknown color: approx Keppel. HEX triplet: 67, AA and 99. RGB value is (103,170,153). Sum of RGB (Red+Green+Blue) = 103+170+153=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AA99 is #985566. Grayscale: #949494. Windows color (decimal): -9983335 or 10070631. OLE color: 10070631.

HSL color Cylindrical-coordinate representation of color #67AA99: hue angle of 164.78º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AA99 is Cyan = 0.39, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB103170153-
CMYK0.3900.10.33
HSL164.78º28.27%53.53%-
HSV(B)164.78º39.41%66.67%-
XYZ25.7233.9335.33-
YUV148.03130.895.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.18%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=24.18%
G=39.91%
B=35.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031701530.3900.10.33164.7828.2753.53
Hex67AA99270A21a51c36
Octal14725223147012412453466
Binary11001111010101010011001100111010101000011010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,170,153); }

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

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

 a { background-color: rgb(103,170,153); }

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

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

 span { border-color: rgb(103,170,153); }

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