Html Css Color HEX #47CEAC Puerto Rico

📋 copy color: '#47CEAC'

red 71 ◦ green 206 ◦ blue 172

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

Shades of Puerto Rico #47CEAC

Tints of Puerto Rico #47CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 15.81%
G = 45.88%
B = 38.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#47CEAC (or 0x47CEAC) is known color: Puerto Rico. HEX triplet: 47, CE and AC. RGB value is (71,206,172). Sum of RGB (Red+Green+Blue) = 71+206+172=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CEAC is #B83153. Grayscale: #A1A1A1. Windows color (decimal): -12071252 or 11324999. OLE color: 11324999.

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

Color convert

RGB 71 206 172 -
CMYK 0.66 0 0.17 0.19
HSL 164.89º 0.58% 0.54% -
HSV(B) 164.89º 0.66% 0.81% -
XYZ 32.12 48.46 46.69 -
YUV 161.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 71 206 172 0.66 0 0.17 0.19 164.89 0.58 0.54
Hex 47 CE AC 42 0 11 13 A5 3A 36
Octal 107 316 254 102 0 21 23 245 72 66
Binary 1000111 11001110 10101100 1000010 0 10001 10011 10100101 111010 110110

Color Harmonies of #47CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CEAC

Black with #47CEAC

Text Example


Text Example

White with #47CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,206,172); }

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

background-color css

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

 a { background-color: rgb(71,206,172); }

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

border-color css

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

 span { border-color: rgb(71,206,172); }

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