Html Css Color HEX #47A5A0 Cadet Blue

📋 copy color: '#47A5A0'

red 71 ◦ green 165 ◦ blue 160

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

Shades of Cadet Blue #47A5A0

Tints of Cadet Blue #47A5A0

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #47A5A0: hue angle of 176.81º 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 #47A5A0 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 165 160 -
CMYK 0.57 0 0.03 0.35
HSL 176.81º 0.4% 0.46% -
HSV(B) 176.81º 0.57% 0.65% -
XYZ 22.4 30.79 38.02 -
YUV 136.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 71 165 160 0.57 0 0.03 0.35 176.81 0.4 0.46
Hex 47 A5 A0 39 0 3 23 B1 28 2E
Octal 107 245 240 71 0 3 43 261 50 56
Binary 1000111 10100101 10100000 111001 0 11 100011 10110001 101000 101110

Color Harmonies of #47A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A5A0

Black with #47A5A0

Text Example


Text Example

White with #47A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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