Html Css Color HEX #4AA3AC Cadet Blue

📋 copy color: '#4AA3AC'

red 74 ◦ green 163 ◦ blue 172

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

Shades of Cadet Blue #4AA3AC

Tints of Cadet Blue #4AA3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

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

R = 18.09%
G = 39.85%
B = 42.05%

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

#4AA3AC (or 0x4AA3AC) is known color: Cadet Blue. HEX triplet: 4A, A3 and AC. RGB value is (74,163,172). Sum of RGB (Red+Green+Blue) = 74+163+172=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #4AA3AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA3AC is #B55C53. Grayscale: #898989. Windows color (decimal): -11885652 or 11313994. OLE color: 11313994.

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

Color convert

RGB 74 163 172 -
CMYK 0.57 0.05 0 0.33
HSL 185.51º 0.4% 0.48% -
HSV(B) 185.51º 0.57% 0.67% -
XYZ 23.37 30.63 43.71 -
YUV 137.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 74 163 172 0.57 0.05 0 0.33 185.51 0.4 0.48
Hex 4A A3 AC 39 5 0 21 BA 28 30
Octal 112 243 254 71 5 0 41 272 50 60
Binary 1001010 10100011 10101100 111001 101 0 100001 10111010 101000 110000

Color Harmonies of #4AA3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA3AC

Black with #4AA3AC

Text Example


Text Example

White with #4AA3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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