Html Css Color HEX #47A0A5 Cadet Blue

📋 copy color: '#47A0A5'

red 71 ◦ green 160 ◦ blue 165

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

Shades of Cadet Blue #47A0A5

Tints of Cadet Blue #47A0A5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 17.93%
G = 40.4%
B = 41.67%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#47A0A5 (or 0x47A0A5) is known color: Cadet Blue. HEX triplet: 47, A0 and A5. RGB value is (71,160,165). Sum of RGB (Red+Green+Blue) = 71+160+165=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 165 - color contains mainly: blue. Hex color #47A0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A0A5 is #B85F5A. Grayscale: #858585. Windows color (decimal): -12083035 or 10854471. OLE color: 10854471.

HSL color Cylindrical-coordinate representation of color #47A0A5: hue angle of 183.19º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A0A5 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 160 165 -
CMYK 0.57 0.03 0 0.35
HSL 183.19º 0.4% 0.46% -
HSV(B) 183.19º 0.57% 0.65% -
XYZ 21.96 29.2 40.08 -
YUV 133.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 71 160 165 0.57 0.03 0 0.35 183.19 0.4 0.46
Hex 47 A0 A5 39 3 0 23 B7 28 2E
Octal 107 240 245 71 3 0 43 267 50 56
Binary 1000111 10100000 10100101 111001 11 0 100011 10110111 101000 101110

Color Harmonies of #47A0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A0A5

Black with #47A0A5

Text Example


Text Example

White with #47A0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,160,165); }

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

background-color css

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

 a { background-color: rgb(71,160,165); }

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

border-color css

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

 span { border-color: rgb(71,160,165); }

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