#67A097

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

Shades of Cadet Blue #67A097

Tints of Cadet Blue #67A097

Color information

#67A097 (or 0x67A097) is unknown color: approx Cadet Blue. HEX triplet: 67, A0 and 97. RGB value is (103,160,151). Sum of RGB (Red+Green+Blue) = 103+160+151=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #67A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A097 is #985F68. Grayscale: #8D8D8D. Windows color (decimal): -9985897 or 9936999. OLE color: 9936999.

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

Color convert

RGB103160151-
CMYK0.3600.060.37
HSL170.53º23.08%51.57%-
HSV(B)170.53º35.62%62.75%-
XYZ23.7530.2633.87-
YUV141.93133.12100.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.88%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=24.88%
G=38.65%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031601510.3600.060.37170.5323.0851.57
Hex67A097240625ab1734
Octal1472402274406452532764
Binary1100111101000001001011110010001101001011010101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,160,151); }

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

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

 a { background-color: rgb(103,160,151); }

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

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

 span { border-color: rgb(103,160,151); }

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