#69A29F

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

Shades of Cadet Blue #69A29F

Tints of Cadet Blue #69A29F

Color information

#69A29F (or 0x69A29F) is unknown color: approx Cadet Blue. HEX triplet: 69, A2 and 9F. RGB value is (105,162,159). Sum of RGB (Red+Green+Blue) = 105+162+159=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #69A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A29F is #965D60. Grayscale: #909090. Windows color (decimal): -9854305 or 10461801. OLE color: 10461801.

HSL color Cylindrical-coordinate representation of color #69A29F: hue angle of 176.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A29F is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB105162159-
CMYK0.3500.020.36
HSL176.84º23.46%52.35%-
HSV(B)176.84º35.19%63.53%-
XYZ2531.3537.53-
YUV144.61136.1299.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=24.65%
G=38.03%
B=37.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051621590.3500.020.36176.8423.4652.35
Hex69A29F230224b11734
Octal1512422374302442612764
Binary110100110100010100111111000110101001001011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A29F; }

 p { color: rgb(105,162,159); }

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

<style>
 a { background-color: #69A29F; }

 a { background-color: rgb(105,162,159); }

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

<style>
 span { border-color: #69A29F; }

 span { border-color: rgb(105,162,159); }

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