Html Css Color HEX #47CBAB Puerto Rico

📋 copy color: '#47CBAB'

red 71 ◦ green 203 ◦ blue 171

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

Shades of Puerto Rico #47CBAB

Tints of Puerto Rico #47CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

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

R = 15.96%
G = 45.62%
B = 38.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#47CBAB (or 0x47CBAB) is known color: Puerto Rico. HEX triplet: 47, CB and AB. RGB value is (71,203,171). Sum of RGB (Red+Green+Blue) = 71+203+171=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CBAB is #B83454. Grayscale: #9F9F9F. Windows color (decimal): -12072021 or 11258695. OLE color: 11258695.

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

Color convert

RGB 71 203 171 -
CMYK 0.65 0 0.16 0.20
HSL 165.45º 0.56% 0.54% -
HSV(B) 165.45º 0.65% 0.8% -
XYZ 31.31 46.99 45.95 -
YUV 159.88 134.27 64.6 -
System Red Green Blue C M Y K H S L
Decimal 71 203 171 0.65 0 0.16 0.20 165.45 0.56 0.54
Hex 47 CB AB 41 0 10 14 A5 38 36
Octal 107 313 253 101 0 20 24 245 70 66
Binary 1000111 11001011 10101011 1000001 0 10000 10100 10100101 111000 110110

Color Harmonies of #47CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CBAB

Black with #47CBAB

Text Example


Text Example

White with #47CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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