#45A1A5

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

Shades of Cadet Blue #45A1A5

Tints of Cadet Blue #45A1A5

Color information

#45A1A5 (or 0x45A1A5) is unknown color: approx Cadet Blue. HEX triplet: 45, A1 and A5. RGB value is (69,161,165). Sum of RGB (Red+Green+Blue) = 69+161+165=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #45A1A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A1A5 is #BA5E5A. Grayscale: #858585. Windows color (decimal): -12213851 or 10854725. OLE color: 10854725.

HSL color Cylindrical-coordinate representation of color #45A1A5: hue angle of 182.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A1A5 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB69161165-
CMYK0.580.0200.35
HSL182.5º41.03%45.88%-
HSV(B)182.5º58.18%64.71%-
XYZ21.9929.4740.13-
YUV133.95145.5281.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.47%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=17.47%
G=40.76%
B=41.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691611650.580.0200.35182.541.0345.88
Hex45A1A53A2023b6292e
Octal1052412457220432665156
Binary1000101101000011010010111101010010001110110110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A1A5; }

 p { color: rgb(69,161,165); }

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

<style>
 a { background-color: #45A1A5; }

 a { background-color: rgb(69,161,165); }

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

<style>
 span { border-color: #45A1A5; }

 span { border-color: rgb(69,161,165); }

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