Html Css Color HEX #47AEAB Puerto Rico

📋 copy color: '#47AEAB'

red 71 ◦ green 174 ◦ blue 171

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

Shades of Puerto Rico #47AEAB

Tints of Puerto Rico #47AEAB

RGB

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

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

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

R = 17.07%
G = 41.83%
B = 41.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#47AEAB (or 0x47AEAB) is known color: Puerto Rico. HEX triplet: 47, AE and AB. RGB value is (71,174,171). Sum of RGB (Red+Green+Blue) = 71+174+171=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEAB is #B85154. Grayscale: #8E8E8E. Windows color (decimal): -12079445 or 11251271. OLE color: 11251271.

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

Color convert

RGB 71 174 171 -
CMYK 0.59 0 0.02 0.32
HSL 178.25º 0.42% 0.48% -
HSV(B) 178.25º 0.59% 0.68% -
XYZ 25.09 34.55 43.88 -
YUV 142.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 71 174 171 0.59 0 0.02 0.32 178.25 0.42 0.48
Hex 47 AE AB 3B 0 2 20 B2 2A 30
Octal 107 256 253 73 0 2 40 262 52 60
Binary 1000111 10101110 10101011 111011 0 10 100000 10110010 101010 110000

Color Harmonies of #47AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AEAB

Black with #47AEAB

Text Example


Text Example

White with #47AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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