Html Css Color HEX #45A5A2 Cadet Blue

📋 copy color: '#45A5A2'

red 69 ◦ green 165 ◦ blue 162

#45A5A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #45A5A2

Tints of Cadet Blue #45A5A2

RGB

 RED value IS 69 (27.34% from 255) = 17.42%

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 162 (63.67% from 255) = 40.91%

R = 17.42%
G = 41.67%
B = 40.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#45A5A2 (or 0x45A5A2) is known color: Cadet Blue. HEX triplet: 45, A5 and A2. RGB value is (69,165,162). Sum of RGB (Red+Green+Blue) = 69+165+162=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #45A5A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A5A2 is #BA5A5D. Grayscale: #878787. Windows color (decimal): -12212830 or 10659141. OLE color: 10659141.

HSL color Cylindrical-coordinate representation of color #45A5A2: hue angle of 178.12º 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 #45A5A2 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 165 162 -
CMYK 0.58 0 0.02 0.35
HSL 178.13º 0.41% 0.46% -
HSV(B) 178.13º 0.58% 0.65% -
XYZ 22.43 30.78 38.94 -
YUV 135.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 69 165 162 0.58 0 0.02 0.35 178.13 0.41 0.46
Hex 45 A5 A2 3A 0 2 23 B2 29 2E
Octal 105 245 242 72 0 2 43 262 51 56
Binary 1000101 10100101 10100010 111010 0 10 100011 10110010 101001 101110

Color Harmonies of #45A5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A5A2

Black with #45A5A2

Text Example


Text Example

White with #45A5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45A5A2;
 }
 .AnyTagClassName
 {
   color: #45A5A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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