Html Css Color HEX #47AFAB Puerto Rico

📋 copy color: '#47AFAB'

red 71 ◦ green 175 ◦ blue 171

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

Shades of Puerto Rico #47AFAB

Tints of Puerto Rico #47AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

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

R = 17.03%
G = 41.97%
B = 41.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#47AFAB (or 0x47AFAB) is known color: Puerto Rico. HEX triplet: 47, AF and AB. RGB value is (71,175,171). Sum of RGB (Red+Green+Blue) = 71+175+171=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #47AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AFAB is #B85054. Grayscale: #8F8F8F. Windows color (decimal): -12079189 or 11251527. OLE color: 11251527.

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

Color convert

RGB 71 175 171 -
CMYK 0.59 0 0.02 0.31
HSL 177.69º 0.42% 0.48% -
HSV(B) 177.69º 0.59% 0.69% -
XYZ 25.28 34.94 43.94 -
YUV 143.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 71 175 171 0.59 0 0.02 0.31 177.69 0.42 0.48
Hex 47 AF AB 3B 0 2 1F B2 2A 30
Octal 107 257 253 73 0 2 37 262 52 60
Binary 1000111 10101111 10101011 111011 0 10 11111 10110010 101010 110000

Color Harmonies of #47AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AFAB

Black with #47AFAB

Text Example


Text Example

White with #47AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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