Html Css Color HEX #47BEB0 Puerto Rico

📋 copy color: '#47BEB0'

red 71 ◦ green 190 ◦ blue 176

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

Shades of Puerto Rico #47BEB0

Tints of Puerto Rico #47BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.48%

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 16.25%
G = 43.48%
B = 40.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#47BEB0 (or 0x47BEB0) is known color: Puerto Rico. HEX triplet: 47, BE and B0. RGB value is (71,190,176). Sum of RGB (Red+Green+Blue) = 71+190+176=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BEB0 is #B8414F. Grayscale: #989898. Windows color (decimal): -12075344 or 11583047. OLE color: 11583047.

HSL color Cylindrical-coordinate representation of color #47BEB0: hue angle of 172.94º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEB0 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 190 176 -
CMYK 0.63 0 0.07 0.25
HSL 172.94º 0.48% 0.51% -
HSV(B) 172.94º 0.63% 0.75% -
XYZ 28.85 41.3 47.53 -
YUV 152.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 71 190 176 0.63 0 0.07 0.25 172.94 0.48 0.51
Hex 47 BE B0 3F 0 7 19 AD 30 33
Octal 107 276 260 77 0 7 31 255 60 63
Binary 1000111 10111110 10110000 111111 0 111 11001 10101101 110000 110011

Color Harmonies of #47BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BEB0

Black with #47BEB0

Text Example


Text Example

White with #47BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,190,176); }

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

background-color css

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

 a { background-color: rgb(71,190,176); }

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

border-color css

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

 span { border-color: rgb(71,190,176); }

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