Html Css Color HEX #47CBAA Puerto Rico

📋 copy color: '#47CBAA'

red 71 ◦ green 203 ◦ blue 170

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

Shades of Puerto Rico #47CBAA

Tints of Puerto Rico #47CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 15.99%
G = 45.72%
B = 38.29%

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

#47CBAA (or 0x47CBAA) is known color: Puerto Rico. HEX triplet: 47, CB and AA. RGB value is (71,203,170). Sum of RGB (Red+Green+Blue) = 71+203+170=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CBAA is #B83455. Grayscale: #9F9F9F. Windows color (decimal): -12072022 or 11193159. OLE color: 11193159.

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

Color convert

RGB 71 203 170 -
CMYK 0.65 0 0.16 0.20
HSL 165º 0.56% 0.54% -
HSV(B) 165º 0.65% 0.8% -
XYZ 31.21 46.95 45.45 -
YUV 159.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 71 203 170 0.65 0 0.16 0.20 165 0.56 0.54
Hex 47 CB AA 41 0 10 14 A5 38 36
Octal 107 313 252 101 0 20 24 245 70 66
Binary 1000111 11001011 10101010 1000001 0 10000 10100 10100101 111000 110110

Color Harmonies of #47CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CBAA

Black with #47CBAA

Text Example


Text Example

White with #47CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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