Html Css Color HEX #4AA5A2 Cadet Blue

📋 copy color: '#4AA5A2'

red 74 ◦ green 165 ◦ blue 162

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

Shades of Cadet Blue #4AA5A2

Tints of Cadet Blue #4AA5A2

RGB

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

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

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

R = 18.45%
G = 41.15%
B = 40.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#4AA5A2 (or 0x4AA5A2) is known color: Cadet Blue. HEX triplet: 4A, A5 and A2. RGB value is (74,165,162). Sum of RGB (Red+Green+Blue) = 74+165+162=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA5A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA5A2 is #B55A5D. Grayscale: #898989. Windows color (decimal): -11885150 or 10659146. OLE color: 10659146.

HSL color Cylindrical-coordinate representation of color #4AA5A2: hue angle of 178.02º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA5A2 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 165 162 -
CMYK 0.55 0 0.02 0.35
HSL 178.02º 0.38% 0.47% -
HSV(B) 178.02º 0.55% 0.65% -
XYZ 22.8 30.97 38.96 -
YUV 137.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 74 165 162 0.55 0 0.02 0.35 178.02 0.38 0.47
Hex 4A A5 A2 37 0 2 23 B2 26 2F
Octal 112 245 242 67 0 2 43 262 46 57
Binary 1001010 10100101 10100010 110111 0 10 100011 10110010 100110 101111

Color Harmonies of #4AA5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA5A2

Black with #4AA5A2

Text Example


Text Example

White with #4AA5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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