Html Css Color HEX #47AE9B Puerto Rico

📋 copy color: '#47AE9B'

red 71 ◦ green 174 ◦ blue 155

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

Shades of Puerto Rico #47AE9B

Tints of Puerto Rico #47AE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 17.75%
G = 43.5%
B = 38.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#47AE9B (or 0x47AE9B) is known color: Puerto Rico. HEX triplet: 47, AE and 9B. RGB value is (71,174,155). Sum of RGB (Red+Green+Blue) = 71+174+155=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE9B is #B85164. Grayscale: #8D8D8D. Windows color (decimal): -12079461 or 10202695. OLE color: 10202695.

HSL color Cylindrical-coordinate representation of color #47AE9B: hue angle of 168.93º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AE9B is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 174 155 -
CMYK 0.59 0 0.11 0.32
HSL 168.93º 0.42% 0.48% -
HSV(B) 168.93º 0.59% 0.68% -
XYZ 23.65 33.98 36.32 -
YUV 141.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 71 174 155 0.59 0 0.11 0.32 168.93 0.42 0.48
Hex 47 AE 9B 3B 0 B 20 A9 2A 30
Octal 107 256 233 73 0 13 40 251 52 60
Binary 1000111 10101110 10011011 111011 0 1011 100000 10101001 101010 110000

Color Harmonies of #47AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AE9B

Black with #47AE9B

Text Example


Text Example

White with #47AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,174,155); }

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

background-color css

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

 a { background-color: rgb(71,174,155); }

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

border-color css

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

 span { border-color: rgb(71,174,155); }

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