#67A49F

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

Shades of Cadet Blue #67A49F

Tints of Cadet Blue #67A49F

Color information

#67A49F (or 0x67A49F) is unknown color: approx Cadet Blue. HEX triplet: 67, A4 and 9F. RGB value is (103,164,159). Sum of RGB (Red+Green+Blue) = 103+164+159=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #67A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A49F is #985B60. Grayscale: #919191. Windows color (decimal): -9984865 or 10462311. OLE color: 10462311.

HSL color Cylindrical-coordinate representation of color #67A49F: hue angle of 175.08º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A49F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB103164159-
CMYK0.3700.030.36
HSL175.08º25.1%52.35%-
HSV(B)175.08º37.2%64.31%-
XYZ25.1331.9437.64-
YUV145.19135.7997.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.18%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=24.18%
G=38.50%
B=37.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031641590.3700.030.36175.0825.152.35
Hex67A49F250324af1934
Octal1472442374503442573164
Binary110011110100100100111111001010111001001010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,164,159); }

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

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

 a { background-color: rgb(103,164,159); }

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

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

 span { border-color: rgb(103,164,159); }

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