Html Css Color HEX #47CFB0 Puerto Rico

📋 copy color: '#47CFB0'

red 71 ◦ green 207 ◦ blue 176

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

Shades of Puerto Rico #47CFB0

Tints of Puerto Rico #47CFB0

RGB

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

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

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

R = 15.64%
G = 45.59%
B = 38.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#47CFB0 (or 0x47CFB0) is known color: Puerto Rico. HEX triplet: 47, CF and B0. RGB value is (71,207,176). Sum of RGB (Red+Green+Blue) = 71+207+176=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFB0 is #B8304F. Grayscale: #A2A2A2. Windows color (decimal): -12070992 or 11587399. OLE color: 11587399.

HSL color Cylindrical-coordinate representation of color #47CFB0: hue angle of 166.32º 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 #47CFB0 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 176 -
CMYK 0.66 0 0.15 0.19
HSL 166.32º 0.59% 0.55% -
HSV(B) 166.32º 0.66% 0.81% -
XYZ 32.75 49.1 48.83 -
YUV 162.8 135.44 62.52 -
System Red Green Blue C M Y K H S L
Decimal 71 207 176 0.66 0 0.15 0.19 166.32 0.59 0.55
Hex 47 CF B0 42 0 F 13 A6 3B 37
Octal 107 317 260 102 0 17 23 246 73 67
Binary 1000111 11001111 10110000 1000010 0 1111 10011 10100110 111011 110111

Color Harmonies of #47CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFB0

Black with #47CFB0

Text Example


Text Example

White with #47CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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