#669D95

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

Shades of Cadet Blue #669D95

Tints of Cadet Blue #669D95

Color information

#669D95 (or 0x669D95) is unknown color: approx Cadet Blue. HEX triplet: 66, 9D and 95. RGB value is (102,157,149). Sum of RGB (Red+Green+Blue) = 102+157+149=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #669D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D95 is #99626A. Grayscale: #8B8B8B. Windows color (decimal): -10052203 or 9805158. OLE color: 9805158.

HSL color Cylindrical-coordinate representation of color #669D95: hue angle of 171.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D95 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB102157149-
CMYK0.3500.050.38
HSL171.27º21.91%50.78%-
HSV(B)171.27º35.03%61.57%-
XYZ22.9629.1132.84-
YUV139.64133.28101.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=25%
G=38.48%
B=36.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021571490.3500.050.38171.2721.9150.78
Hex669D95230526ab1633
Octal1462352254305462532663
Binary1100110100111011001010110001101011001101010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669D95; }

 p { color: rgb(102,157,149); }

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

<style>
 a { background-color: #669D95; }

 a { background-color: rgb(102,157,149); }

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

<style>
 span { border-color: #669D95; }

 span { border-color: rgb(102,157,149); }

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