Html Css Color HEX #47CFB1 Puerto Rico

📋 copy color: '#47CFB1'

red 71 ◦ green 207 ◦ blue 177

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

Shades of Puerto Rico #47CFB1

Tints of Puerto Rico #47CFB1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 15.6%
G = 45.49%
B = 38.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#47CFB1 (or 0x47CFB1) is known color: Puerto Rico. HEX triplet: 47, CF and B1. RGB value is (71,207,177). Sum of RGB (Red+Green+Blue) = 71+207+177=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFB1 is #B8304E. Grayscale: #A2A2A2. Windows color (decimal): -12070991 or 11652935. OLE color: 11652935.

HSL color Cylindrical-coordinate representation of color #47CFB1: hue angle of 166.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFB1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 177 -
CMYK 0.66 0 0.14 0.19
HSL 166.76º 0.59% 0.55% -
HSV(B) 166.76º 0.66% 0.81% -
XYZ 32.85 49.14 49.35 -
YUV 162.92 135.94 62.44 -
System Red Green Blue C M Y K H S L
Decimal 71 207 177 0.66 0 0.14 0.19 166.76 0.59 0.55
Hex 47 CF B1 42 0 E 13 A7 3B 37
Octal 107 317 261 102 0 16 23 247 73 67
Binary 1000111 11001111 10110001 1000010 0 1110 10011 10100111 111011 110111

Color Harmonies of #47CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFB1

Black with #47CFB1

Text Example


Text Example

White with #47CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,177); }

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

background-color css

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

 a { background-color: rgb(71,207,177); }

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

border-color css

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

 span { border-color: rgb(71,207,177); }

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