Html Css Color HEX #47BAAF Puerto Rico

📋 copy color: '#47BAAF'

red 71 ◦ green 186 ◦ blue 175

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

Shades of Puerto Rico #47BAAF

Tints of Puerto Rico #47BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.06%

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 16.44%
G = 43.06%
B = 40.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#47BAAF (or 0x47BAAF) is known color: Puerto Rico. HEX triplet: 47, BA and AF. RGB value is (71,186,175). Sum of RGB (Red+Green+Blue) = 71+186+175=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #47BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BAAF is #B84550. Grayscale: #969696. Windows color (decimal): -12076369 or 11516487. OLE color: 11516487.

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

Color convert

RGB 71 186 175 -
CMYK 0.62 0 0.06 0.27
HSL 174.26º 0.45% 0.5% -
HSV(B) 174.26º 0.62% 0.73% -
XYZ 27.9 39.55 46.72 -
YUV 150.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 71 186 175 0.62 0 0.06 0.27 174.26 0.45 0.5
Hex 47 BA AF 3E 0 6 1B AE 2D 32
Octal 107 272 257 76 0 6 33 256 55 62
Binary 1000111 10111010 10101111 111110 0 110 11011 10101110 101101 110010

Color Harmonies of #47BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BAAF

Black with #47BAAF

Text Example


Text Example

White with #47BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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