Html Css Color HEX #47BCAF Puerto Rico

📋 copy color: '#47BCAF'

red 71 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #47BCAF

Tints of Puerto Rico #47BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 16.36%
G = 43.32%
B = 40.32%

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

#47BCAF (or 0x47BCAF) is known color: Puerto Rico. HEX triplet: 47, BC and AF. RGB value is (71,188,175). Sum of RGB (Red+Green+Blue) = 71+188+175=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCAF is #B84350. Grayscale: #979797. Windows color (decimal): -12075857 or 11516999. OLE color: 11516999.

HSL color Cylindrical-coordinate representation of color #47BCAF: hue angle of 173.33º 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 #47BCAF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 188 175 -
CMYK 0.62 0 0.07 0.26
HSL 173.33º 0.47% 0.51% -
HSV(B) 173.33º 0.62% 0.74% -
XYZ 28.32 40.4 46.86 -
YUV 151.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 71 188 175 0.62 0 0.07 0.26 173.33 0.47 0.51
Hex 47 BC AF 3E 0 7 1A AD 2F 33
Octal 107 274 257 76 0 7 32 255 57 63
Binary 1000111 10111100 10101111 111110 0 111 11010 10101101 101111 110011

Color Harmonies of #47BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BCAF

Black with #47BCAF

Text Example


Text Example

White with #47BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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