#67A298

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

Shades of Cadet Blue #67A298

Tints of Cadet Blue #67A298

Color information

#67A298 (or 0x67A298) is unknown color: approx Cadet Blue. HEX triplet: 67, A2 and 98. RGB value is (103,162,152). Sum of RGB (Red+Green+Blue) = 103+162+152=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #67A298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A298 is #985D67. Grayscale: #8F8F8F. Windows color (decimal): -9985384 or 10003047. OLE color: 10003047.

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

Color convert

RGB103162152-
CMYK0.3600.060.36
HSL169.83º24.08%51.96%-
HSV(B)169.83º36.42%63.53%-
XYZ24.1830.9934.41-
YUV143.22132.9599.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.70%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=24.70%
G=38.85%
B=36.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031621520.3600.060.36169.8324.0851.96
Hex67A298240624aa1834
Octal1472422304406442523064
Binary1100111101000101001100010010001101001001010101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,162,152); }

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

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

 a { background-color: rgb(103,162,152); }

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

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

 span { border-color: rgb(103,162,152); }

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