Html Css Color HEX #47BFB4 Puerto Rico

📋 copy color: '#47BFB4'

red 71 ◦ green 191 ◦ blue 180

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

Shades of Puerto Rico #47BFB4

Tints of Puerto Rico #47BFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 16.06%
G = 43.21%
B = 40.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#47BFB4 (or 0x47BFB4) is known color: Puerto Rico. HEX triplet: 47, BF and B4. RGB value is (71,191,180). Sum of RGB (Red+Green+Blue) = 71+191+180=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFB4 is #B8404B. Grayscale: #999999. Windows color (decimal): -12075084 or 11845447. OLE color: 11845447.

HSL color Cylindrical-coordinate representation of color #47BFB4: hue angle of 174.5º 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 #47BFB4 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 180 -
CMYK 0.63 0 0.06 0.25
HSL 174.5º 0.48% 0.51% -
HSV(B) 174.5º 0.63% 0.75% -
XYZ 29.47 41.9 49.71 -
YUV 153.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 71 191 180 0.63 0 0.06 0.25 174.5 0.48 0.51
Hex 47 BF B4 3F 0 6 19 AE 30 33
Octal 107 277 264 77 0 6 31 256 60 63
Binary 1000111 10111111 10110100 111111 0 110 11001 10101110 110000 110011

Color Harmonies of #47BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFB4

Black with #47BFB4

Text Example


Text Example

White with #47BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,191,180); }

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

background-color css

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

 a { background-color: rgb(71,191,180); }

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

border-color css

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

 span { border-color: rgb(71,191,180); }

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