Html Css Color HEX #47AEA4 Puerto Rico

📋 copy color: '#47AEA4'

red 71 ◦ green 174 ◦ blue 164

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

Shades of Puerto Rico #47AEA4

Tints of Puerto Rico #47AEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 17.36%
G = 42.54%
B = 40.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#47AEA4 (or 0x47AEA4) is known color: Puerto Rico. HEX triplet: 47, AE and A4. RGB value is (71,174,164). Sum of RGB (Red+Green+Blue) = 71+174+164=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEA4 is #B8515B. Grayscale: #8E8E8E. Windows color (decimal): -12079452 or 10792519. OLE color: 10792519.

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

Color convert

RGB 71 174 164 -
CMYK 0.59 0 0.06 0.32
HSL 174.17º 0.42% 0.48% -
HSV(B) 174.17º 0.59% 0.68% -
XYZ 24.44 34.29 40.45 -
YUV 142.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 71 174 164 0.59 0 0.06 0.32 174.17 0.42 0.48
Hex 47 AE A4 3B 0 6 20 AE 2A 30
Octal 107 256 244 73 0 6 40 256 52 60
Binary 1000111 10101110 10100100 111011 0 110 100000 10101110 101010 110000

Color Harmonies of #47AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEA4

Black with #47AEA4

Text Example


Text Example

White with #47AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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