Html Css Color HEX #47BCAE Puerto Rico

📋 copy color: '#47BCAE'

red 71 ◦ green 188 ◦ blue 174

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

Shades of Puerto Rico #47BCAE

Tints of Puerto Rico #47BCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 16.4%
G = 43.42%
B = 40.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#47BCAE (or 0x47BCAE) is known color: Puerto Rico. HEX triplet: 47, BC and AE. RGB value is (71,188,174). Sum of RGB (Red+Green+Blue) = 71+188+174=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCAE is #B84351. Grayscale: #979797. Windows color (decimal): -12075858 or 11451463. OLE color: 11451463.

HSL color Cylindrical-coordinate representation of color #47BCAE: hue angle of 172.82º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BCAE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 188 174 -
CMYK 0.62 0 0.07 0.26
HSL 172.82º 0.47% 0.51% -
HSV(B) 172.82º 0.62% 0.74% -
XYZ 28.22 40.36 46.35 -
YUV 151.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 71 188 174 0.62 0 0.07 0.26 172.82 0.47 0.51
Hex 47 BC AE 3E 0 7 1A AD 2F 33
Octal 107 274 256 76 0 7 32 255 57 63
Binary 1000111 10111100 10101110 111110 0 111 11010 10101101 101111 110011

Color Harmonies of #47BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCAE

Black with #47BCAE

Text Example


Text Example

White with #47BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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