Html Css Color HEX #47D0AF Puerto Rico

📋 copy color: '#47D0AF'

red 71 ◦ green 208 ◦ blue 175

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

Shades of Puerto Rico #47D0AF

Tints of Puerto Rico #47D0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 15.64%
G = 45.81%
B = 38.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#47D0AF (or 0x47D0AF) is known color: Puerto Rico. HEX triplet: 47, D0 and AF. RGB value is (71,208,175). Sum of RGB (Red+Green+Blue) = 71+208+175=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D0AF is #B82F50. Grayscale: #A3A3A3. Windows color (decimal): -12070737 or 11522119. OLE color: 11522119.

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

Color convert

RGB 71 208 175 -
CMYK 0.66 0 0.16 0.18
HSL 165.55º 0.59% 0.55% -
HSV(B) 165.55º 0.66% 0.82% -
XYZ 32.89 49.55 48.39 -
YUV 163.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 71 208 175 0.66 0 0.16 0.18 165.55 0.59 0.55
Hex 47 D0 AF 42 0 10 12 A6 3B 37
Octal 107 320 257 102 0 20 22 246 73 67
Binary 1000111 11010000 10101111 1000010 0 10000 10010 10100110 111011 110111

Color Harmonies of #47D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D0AF

Black with #47D0AF

Text Example


Text Example

White with #47D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,208,175); }

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

background-color css

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

 a { background-color: rgb(71,208,175); }

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

border-color css

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

 span { border-color: rgb(71,208,175); }

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