Html Css Color HEX #47CCAB Puerto Rico

📋 copy color: '#47CCAB'

red 71 ◦ green 204 ◦ blue 171

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

Shades of Puerto Rico #47CCAB

Tints of Puerto Rico #47CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 15.92%
G = 45.74%
B = 38.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#47CCAB (or 0x47CCAB) is known color: Puerto Rico. HEX triplet: 47, CC and AB. RGB value is (71,204,171). Sum of RGB (Red+Green+Blue) = 71+204+171=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CCAB is #B83354. Grayscale: #A0A0A0. Windows color (decimal): -12071765 or 11258951. OLE color: 11258951.

HSL color Cylindrical-coordinate representation of color #47CCAB: hue angle of 165.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CCAB is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 204 171 -
CMYK 0.65 0 0.16 0.2
HSL 165.11º 0.57% 0.54% -
HSV(B) 165.11º 0.65% 0.8% -
XYZ 31.54 47.47 46.03 -
YUV 160.47 133.94 64.18 -
System Red Green Blue C M Y K H S L
Decimal 71 204 171 0.65 0 0.16 0.2 165.11 0.57 0.54
Hex 47 CC AB 41 0 10 14 A5 39 36
Octal 107 314 253 101 0 20 24 245 71 66
Binary 1000111 11001100 10101011 1000001 0 10000 10100 10100101 111001 110110

Color Harmonies of #47CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CCAB

Black with #47CCAB

Text Example


Text Example

White with #47CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,204,171); }

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

background-color css

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

 a { background-color: rgb(71,204,171); }

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

border-color css

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

 span { border-color: rgb(71,204,171); }

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