Html Css Color HEX #47BBAC Puerto Rico

📋 copy color: '#47BBAC'

red 71 ◦ green 187 ◦ blue 172

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

Shades of Puerto Rico #47BBAC

Tints of Puerto Rico #47BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

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

R = 16.51%
G = 43.49%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#47BBAC (or 0x47BBAC) is known color: Puerto Rico. HEX triplet: 47, BB and AC. RGB value is (71,187,172). Sum of RGB (Red+Green+Blue) = 71+187+172=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BBAC is #B84453. Grayscale: #969696. Windows color (decimal): -12076116 or 11320135. OLE color: 11320135.

HSL color Cylindrical-coordinate representation of color #47BBAC: hue angle of 172.24º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BBAC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 187 172 -
CMYK 0.62 0 0.08 0.27
HSL 172.24º 0.46% 0.51% -
HSV(B) 172.24º 0.62% 0.73% -
XYZ 27.82 39.86 45.26 -
YUV 150.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 71 187 172 0.62 0 0.08 0.27 172.24 0.46 0.51
Hex 47 BB AC 3E 0 8 1B AC 2E 33
Octal 107 273 254 76 0 10 33 254 56 63
Binary 1000111 10111011 10101100 111110 0 1000 11011 10101100 101110 110011

Color Harmonies of #47BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BBAC

Black with #47BBAC

Text Example


Text Example

White with #47BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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