#679EAB

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

Shades of Cadet Blue #679EAB

Tints of Cadet Blue #679EAB

Color information

#679EAB (or 0x679EAB) is unknown color: approx Cadet Blue. HEX triplet: 67, 9E and AB. RGB value is (103,158,171). Sum of RGB (Red+Green+Blue) = 103+158+171=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #679EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EAB is #986154. Grayscale: #8E8E8E. Windows color (decimal): -9986389 or 11247207. OLE color: 11247207.

HSL color Cylindrical-coordinate representation of color #679EAB: hue angle of 191.47º 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 #679EAB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103158171-
CMYK0.400.0800.33
HSL191.47º28.81%53.73%-
HSV(B)191.47º39.77%67.06%-
XYZ25.1730.2843.05-
YUV143.04143.7899.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.84%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=23.84%
G=36.57%
B=39.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031581710.400.0800.33191.4728.8153.73
Hex679EAB288021bf1d36
Octal14723625350100412773566
Binary11001111001111010101011101000100001000011011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679EAB; }

 p { color: rgb(103,158,171); }

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

<style>
 a { background-color: #679EAB; }

 a { background-color: rgb(103,158,171); }

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

<style>
 span { border-color: #679EAB; }

 span { border-color: rgb(103,158,171); }

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