Html Css Color HEX #4AA5AC Cadet Blue

📋 copy color: '#4AA5AC'

red 74 ◦ green 165 ◦ blue 172

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

Shades of Cadet Blue #4AA5AC

Tints of Cadet Blue #4AA5AC

RGB

 RED value IS 74 (29.3% from 255) = 18%

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 18%
G = 40.15%
B = 41.85%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4AA5AC (or 0x4AA5AC) is known color: Cadet Blue. HEX triplet: 4A, A5 and AC. RGB value is (74,165,172). Sum of RGB (Red+Green+Blue) = 74+165+172=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #4AA5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA5AC is #B55A53. Grayscale: #8A8A8A. Windows color (decimal): -11885140 or 11314506. OLE color: 11314506.

HSL color Cylindrical-coordinate representation of color #4AA5AC: hue angle of 184.29º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA5AC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 165 172 -
CMYK 0.57 0.04 0 0.33
HSL 184.29º 0.4% 0.48% -
HSV(B) 184.29º 0.57% 0.67% -
XYZ 23.73 31.34 43.83 -
YUV 138.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 74 165 172 0.57 0.04 0 0.33 184.29 0.4 0.48
Hex 4A A5 AC 39 4 0 21 B8 28 30
Octal 112 245 254 71 4 0 41 270 50 60
Binary 1001010 10100101 10101100 111001 100 0 100001 10111000 101000 110000

Color Harmonies of #4AA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA5AC

Black with #4AA5AC

Text Example


Text Example

White with #4AA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA5AC; }

 p { color: rgb(74,165,172); }

 H1.HeaderClassName
 {
   color: #4AA5AC;
 }
 .AnyTagClassName
 {
   color: #4AA5AC;
 }
</style>

background-color css

<style>
 a { background-color: #4AA5AC; }

 a { background-color: rgb(74,165,172); }

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

border-color css

<style>
 span { border-color: #4AA5AC; }

 span { border-color: rgb(74,165,172); }

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