Html Css Color HEX #47AEAD Puerto Rico

📋 copy color: '#47AEAD'

red 71 ◦ green 174 ◦ blue 173

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

Shades of Puerto Rico #47AEAD

Tints of Puerto Rico #47AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.63%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 16.99%
G = 41.63%
B = 41.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#47AEAD (or 0x47AEAD) is known color: Puerto Rico. HEX triplet: 47, AE and AD. RGB value is (71,174,173). Sum of RGB (Red+Green+Blue) = 71+174+173=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEAD is #B85152. Grayscale: #8E8E8E. Windows color (decimal): -12079443 or 11382343. OLE color: 11382343.

HSL color Cylindrical-coordinate representation of color #47AEAD: hue angle of 179.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AEAD is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 174 173 -
CMYK 0.59 0 0.01 0.32
HSL 179.42º 0.42% 0.48% -
HSV(B) 179.42º 0.59% 0.68% -
XYZ 25.28 34.63 44.89 -
YUV 143.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 71 174 173 0.59 0 0.01 0.32 179.42 0.42 0.48
Hex 47 AE AD 3B 0 1 20 B3 2A 30
Octal 107 256 255 73 0 1 40 263 52 60
Binary 1000111 10101110 10101101 111011 0 1 100000 10110011 101010 110000

Color Harmonies of #47AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEAD

Black with #47AEAD

Text Example


Text Example

White with #47AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,174,173); }

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

background-color css

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

 a { background-color: rgb(71,174,173); }

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

border-color css

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

 span { border-color: rgb(71,174,173); }

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