Html Css Color HEX #47CFAF Puerto Rico

📋 copy color: '#47CFAF'

red 71 ◦ green 207 ◦ blue 175

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

Shades of Puerto Rico #47CFAF

Tints of Puerto Rico #47CFAF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

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

R = 15.67%
G = 45.7%
B = 38.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#47CFAF (or 0x47CFAF) is known color: Puerto Rico. HEX triplet: 47, CF and AF. RGB value is (71,207,175). Sum of RGB (Red+Green+Blue) = 71+207+175=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFAF is #B83050. Grayscale: #A2A2A2. Windows color (decimal): -12070993 or 11521863. OLE color: 11521863.

HSL color Cylindrical-coordinate representation of color #47CFAF: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFAF is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 175 -
CMYK 0.66 0 0.15 0.19
HSL 165.88º 0.59% 0.55% -
HSV(B) 165.88º 0.66% 0.81% -
XYZ 32.65 49.06 48.31 -
YUV 162.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 71 207 175 0.66 0 0.15 0.19 165.88 0.59 0.55
Hex 47 CF AF 42 0 F 13 A6 3B 37
Octal 107 317 257 102 0 17 23 246 73 67
Binary 1000111 11001111 10101111 1000010 0 1111 10011 10100110 111011 110111

Color Harmonies of #47CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFAF

Black with #47CFAF

Text Example


Text Example

White with #47CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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