Html Css Color HEX #47B5AD Puerto Rico

📋 copy color: '#47B5AD'

red 71 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #47B5AD

Tints of Puerto Rico #47B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

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

R = 16.71%
G = 42.59%
B = 40.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#47B5AD (or 0x47B5AD) is known color: Puerto Rico. HEX triplet: 47, B5 and AD. RGB value is (71,181,173). Sum of RGB (Red+Green+Blue) = 71+181+173=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #47B5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B5AD is #B84A52. Grayscale: #939393. Windows color (decimal): -12077651 or 11384135. OLE color: 11384135.

HSL color Cylindrical-coordinate representation of color #47B5AD: hue angle of 175.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B5AD is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 181 173 -
CMYK 0.61 0 0.04 0.29
HSL 175.64º 0.44% 0.49% -
HSV(B) 175.64º 0.61% 0.71% -
XYZ 26.67 37.4 45.35 -
YUV 147.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 71 181 173 0.61 0 0.04 0.29 175.64 0.44 0.49
Hex 47 B5 AD 3D 0 4 1D B0 2C 31
Octal 107 265 255 75 0 4 35 260 54 61
Binary 1000111 10110101 10101101 111101 0 100 11101 10110000 101100 110001

Color Harmonies of #47B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B5AD

Black with #47B5AD

Text Example


Text Example

White with #47B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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