Html Css Color HEX #4AA4AC Cadet Blue

📋 copy color: '#4AA4AC'

red 74 ◦ green 164 ◦ blue 172

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

Shades of Cadet Blue #4AA4AC

Tints of Cadet Blue #4AA4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 18.05%
G = 40%
B = 41.95%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4AA4AC (or 0x4AA4AC) is known color: Cadet Blue. HEX triplet: 4A, A4 and AC. RGB value is (74,164,172). Sum of RGB (Red+Green+Blue) = 74+164+172=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #4AA4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA4AC is #B55B53. Grayscale: #898989. Windows color (decimal): -11885396 or 11314250. OLE color: 11314250.

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

Color convert

RGB 74 164 172 -
CMYK 0.57 0.05 0 0.33
HSL 184.9º 0.4% 0.48% -
HSV(B) 184.9º 0.57% 0.67% -
XYZ 23.55 30.99 43.77 -
YUV 138 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 74 164 172 0.57 0.05 0 0.33 184.9 0.4 0.48
Hex 4A A4 AC 39 5 0 21 B9 28 30
Octal 112 244 254 71 5 0 41 271 50 60
Binary 1001010 10100100 10101100 111001 101 0 100001 10111001 101000 110000

Color Harmonies of #4AA4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA4AC

Black with #4AA4AC

Text Example


Text Example

White with #4AA4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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