Html Css Color HEX #47BBB5 Puerto Rico

📋 copy color: '#47BBB5'

red 71 ◦ green 187 ◦ blue 181

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

Shades of Puerto Rico #47BBB5

Tints of Puerto Rico #47BBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

 BLUE value IS 181 (71.09% from 255) = 41.23%

R = 16.17%
G = 42.6%
B = 41.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#47BBB5 (or 0x47BBB5) is known color: Puerto Rico. HEX triplet: 47, BB and B5. RGB value is (71,187,181). Sum of RGB (Red+Green+Blue) = 71+187+181=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBB5 is #B8444A. Grayscale: #979797. Windows color (decimal): -12076107 or 11909959. OLE color: 11909959.

HSL color Cylindrical-coordinate representation of color #47BBB5: hue angle of 176.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BBB5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 187 181 -
CMYK 0.62 0 0.03 0.27
HSL 176.9º 0.46% 0.51% -
HSV(B) 176.9º 0.62% 0.73% -
XYZ 28.71 40.22 49.97 -
YUV 151.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 71 187 181 0.62 0 0.03 0.27 176.9 0.46 0.51
Hex 47 BB B5 3E 0 3 1B B1 2E 33
Octal 107 273 265 76 0 3 33 261 56 63
Binary 1000111 10111011 10110101 111110 0 11 11011 10110001 101110 110011

Color Harmonies of #47BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBB5

Black with #47BBB5

Text Example


Text Example

White with #47BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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