Html Css Color HEX #47CDAB Puerto Rico

📋 copy color: '#47CDAB'

red 71 ◦ green 205 ◦ blue 171

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

Shades of Puerto Rico #47CDAB

Tints of Puerto Rico #47CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.86%

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

R = 15.88%
G = 45.86%
B = 38.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#47CDAB (or 0x47CDAB) is known color: Puerto Rico. HEX triplet: 47, CD and AB. RGB value is (71,205,171). Sum of RGB (Red+Green+Blue) = 71+205+171=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CDAB is #B83254. Grayscale: #A1A1A1. Windows color (decimal): -12071509 or 11259207. OLE color: 11259207.

HSL color Cylindrical-coordinate representation of color #47CDAB: hue angle of 164.78º 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 #47CDAB is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 205 171 -
CMYK 0.65 0 0.17 0.20
HSL 164.78º 0.57% 0.54% -
HSV(B) 164.78º 0.65% 0.8% -
XYZ 31.78 47.94 46.11 -
YUV 161.06 133.61 63.76 -
System Red Green Blue C M Y K H S L
Decimal 71 205 171 0.65 0 0.17 0.20 164.78 0.57 0.54
Hex 47 CD AB 41 0 11 14 A5 39 36
Octal 107 315 253 101 0 21 24 245 71 66
Binary 1000111 11001101 10101011 1000001 0 10001 10100 10100101 111001 110110

Color Harmonies of #47CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CDAB

Black with #47CDAB

Text Example


Text Example

White with #47CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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