Html Css Color HEX #4AA8AE Cadet Blue

📋 copy color: '#4AA8AE'

red 74 ◦ green 168 ◦ blue 174

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

Shades of Cadet Blue #4AA8AE

Tints of Cadet Blue #4AA8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 17.79%
G = 40.38%
B = 41.83%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4AA8AE (or 0x4AA8AE) is known color: Cadet Blue. HEX triplet: 4A, A8 and AE. RGB value is (74,168,174). Sum of RGB (Red+Green+Blue) = 74+168+174=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #4AA8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA8AE is #B55751. Grayscale: #8C8C8C. Windows color (decimal): -11884370 or 11446346. OLE color: 11446346.

HSL color Cylindrical-coordinate representation of color #4AA8AE: hue angle of 183.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA8AE is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 168 174 -
CMYK 0.57 0.03 0 0.32
HSL 183.6º 0.4% 0.49% -
HSV(B) 183.6º 0.57% 0.68% -
XYZ 24.47 32.52 45.03 -
YUV 140.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 74 168 174 0.57 0.03 0 0.32 183.6 0.4 0.49
Hex 4A A8 AE 39 3 0 20 B8 28 31
Octal 112 250 256 71 3 0 40 270 50 61
Binary 1001010 10101000 10101110 111001 11 0 100000 10111000 101000 110001

Color Harmonies of #4AA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA8AE

Black with #4AA8AE

Text Example


Text Example

White with #4AA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,168,174); }

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

background-color css

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

 a { background-color: rgb(74,168,174); }

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

border-color css

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

 span { border-color: rgb(74,168,174); }

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