Html Css Color HEX #4AA8AA Cadet Blue

📋 copy color: '#4AA8AA'

red 74 ◦ green 168 ◦ blue 170

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

Shades of Cadet Blue #4AA8AA

Tints of Cadet Blue #4AA8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 17.96%
G = 40.78%
B = 41.26%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4AA8AA (or 0x4AA8AA) is known color: Cadet Blue. HEX triplet: 4A, A8 and AA. RGB value is (74,168,170). Sum of RGB (Red+Green+Blue) = 74+168+170=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #4AA8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA8AA is #B55755. Grayscale: #8C8C8C. Windows color (decimal): -11884374 or 11184202. OLE color: 11184202.

HSL color Cylindrical-coordinate representation of color #4AA8AA: hue angle of 181.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA8AA is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 168 170 -
CMYK 0.56 0.01 0 0.33
HSL 181.25º 0.39% 0.48% -
HSV(B) 181.25º 0.56% 0.67% -
XYZ 24.08 32.36 43.01 -
YUV 140.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 74 168 170 0.56 0.01 0 0.33 181.25 0.39 0.48
Hex 4A A8 AA 38 1 0 21 B5 27 30
Octal 112 250 252 70 1 0 41 265 47 60
Binary 1001010 10101000 10101010 111000 1 0 100001 10110101 100111 110000

Color Harmonies of #4AA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA8AA

Black with #4AA8AA

Text Example


Text Example

White with #4AA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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