Html Css Color HEX #47AEAC Puerto Rico

📋 copy color: '#47AEAC'

red 71 ◦ green 174 ◦ blue 172

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

Shades of Puerto Rico #47AEAC

Tints of Puerto Rico #47AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 17.03%
G = 41.73%
B = 41.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#47AEAC (or 0x47AEAC) is known color: Puerto Rico. HEX triplet: 47, AE and AC. RGB value is (71,174,172). Sum of RGB (Red+Green+Blue) = 71+174+172=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEAC is #B85153. Grayscale: #8E8E8E. Windows color (decimal): -12079444 or 11316807. OLE color: 11316807.

HSL color Cylindrical-coordinate representation of color #47AEAC: hue angle of 178.83º 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 #47AEAC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 174 172 -
CMYK 0.59 0 0.01 0.32
HSL 178.83º 0.42% 0.48% -
HSV(B) 178.83º 0.59% 0.68% -
XYZ 25.18 34.59 44.38 -
YUV 142.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 71 174 172 0.59 0 0.01 0.32 178.83 0.42 0.48
Hex 47 AE AC 3B 0 1 20 B3 2A 30
Octal 107 256 254 73 0 1 40 263 52 60
Binary 1000111 10101110 10101100 111011 0 1 100000 10110011 101010 110000

Color Harmonies of #47AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEAC

Black with #47AEAC

Text Example


Text Example

White with #47AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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