Html Css Color HEX #47A8AA Cadet Blue

📋 copy color: '#47A8AA'

red 71 ◦ green 168 ◦ blue 170

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

Shades of Cadet Blue #47A8AA

Tints of Cadet Blue #47A8AA

RGB

 RED value IS 71 (28.13% from 255) = 17.36%

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

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

R = 17.36%
G = 41.08%
B = 41.56%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#47A8AA (or 0x47A8AA) is known color: Cadet Blue. HEX triplet: 47, A8 and AA. RGB value is (71,168,170). Sum of RGB (Red+Green+Blue) = 71+168+170=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #47A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A8AA is #B85755. Grayscale: #8B8B8B. Windows color (decimal): -12080982 or 11184199. OLE color: 11184199.

HSL color Cylindrical-coordinate representation of color #47A8AA: hue angle of 181.21º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A8AA is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 168 170 -
CMYK 0.58 0.01 0 0.33
HSL 181.21º 0.41% 0.47% -
HSV(B) 181.21º 0.58% 0.67% -
XYZ 23.86 32.25 43 -
YUV 139.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 71 168 170 0.58 0.01 0 0.33 181.21 0.41 0.47
Hex 47 A8 AA 3A 1 0 21 B5 29 2F
Octal 107 250 252 72 1 0 41 265 51 57
Binary 1000111 10101000 10101010 111010 1 0 100001 10110101 101001 101111

Color Harmonies of #47A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A8AA

Black with #47A8AA

Text Example


Text Example

White with #47A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A8AA; }

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

 H1.HeaderClassName
 {
   color: #47A8AA;
 }
 .AnyTagClassName
 {
   color: #47A8AA;
 }
</style>

background-color css

<style>
 a { background-color: #47A8AA; }

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

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

border-color css

<style>
 span { border-color: #47A8AA; }

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

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