Html Css Color HEX #47CBAF Puerto Rico

📋 copy color: '#47CBAF'

red 71 ◦ green 203 ◦ blue 175

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

Shades of Puerto Rico #47CBAF

Tints of Puerto Rico #47CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

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

R = 15.81%
G = 45.21%
B = 38.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#47CBAF (or 0x47CBAF) is known color: Puerto Rico. HEX triplet: 47, CB and AF. RGB value is (71,203,175). Sum of RGB (Red+Green+Blue) = 71+203+175=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CBAF is #B83450. Grayscale: #A0A0A0. Windows color (decimal): -12072017 or 11520839. OLE color: 11520839.

HSL color Cylindrical-coordinate representation of color #47CBAF: hue angle of 167.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CBAF is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 203 175 -
CMYK 0.65 0 0.14 0.20
HSL 167.27º 0.56% 0.54% -
HSV(B) 167.27º 0.65% 0.8% -
XYZ 31.69 47.15 47.99 -
YUV 160.34 136.27 64.28 -
System Red Green Blue C M Y K H S L
Decimal 71 203 175 0.65 0 0.14 0.20 167.27 0.56 0.54
Hex 47 CB AF 41 0 E 14 A7 38 36
Octal 107 313 257 101 0 16 24 247 70 66
Binary 1000111 11001011 10101111 1000001 0 1110 10100 10100111 111000 110110

Color Harmonies of #47CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CBAF

Black with #47CBAF

Text Example


Text Example

White with #47CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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