#69A39F

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

Shades of Cadet Blue #69A39F

Tints of Cadet Blue #69A39F

Color information

#69A39F (or 0x69A39F) is unknown color: approx Cadet Blue. HEX triplet: 69, A3 and 9F. RGB value is (105,163,159). Sum of RGB (Red+Green+Blue) = 105+163+159=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #69A39F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A39F is #965C60. Grayscale: #919191. Windows color (decimal): -9854049 or 10462057. OLE color: 10462057.

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

Color convert

RGB105163159-
CMYK0.3600.020.36
HSL175.86º23.97%52.55%-
HSV(B)175.86º35.58%63.92%-
XYZ25.1831.737.59-
YUV145.2135.7899.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=24.59%
G=38.17%
B=37.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051631590.3600.020.36175.8623.9752.55
Hex69A39F240224b01835
Octal1512432374402442603065
Binary110100110100011100111111001000101001001011000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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