Html Css Color HEX #4AA5AB Cadet Blue

📋 copy color: '#4AA5AB'

red 74 ◦ green 165 ◦ blue 171

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

Shades of Cadet Blue #4AA5AB

Tints of Cadet Blue #4AA5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 18.05%
G = 40.24%
B = 41.71%

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

#4AA5AB (or 0x4AA5AB) is known color: Cadet Blue. HEX triplet: 4A, A5 and AB. RGB value is (74,165,171). Sum of RGB (Red+Green+Blue) = 74+165+171=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #4AA5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA5AB is #B55A54. Grayscale: #8A8A8A. Windows color (decimal): -11885141 or 11248970. OLE color: 11248970.

HSL color Cylindrical-coordinate representation of color #4AA5AB: hue angle of 183.71º 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 #4AA5AB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 165 171 -
CMYK 0.57 0.04 0 0.33
HSL 183.71º 0.4% 0.48% -
HSV(B) 183.71º 0.57% 0.67% -
XYZ 23.63 31.31 43.33 -
YUV 138.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 74 165 171 0.57 0.04 0 0.33 183.71 0.4 0.48
Hex 4A A5 AB 39 4 0 21 B8 28 30
Octal 112 245 253 71 4 0 41 270 50 60
Binary 1001010 10100101 10101011 111001 100 0 100001 10111000 101000 110000

Color Harmonies of #4AA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA5AB

Black with #4AA5AB

Text Example


Text Example

White with #4AA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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