Html Css Color HEX #47CAAE Puerto Rico

📋 copy color: '#47CAAE'

red 71 ◦ green 202 ◦ blue 174

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

Shades of Puerto Rico #47CAAE

Tints of Puerto Rico #47CAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 15.88%
G = 45.19%
B = 38.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#47CAAE (or 0x47CAAE) is known color: Puerto Rico. HEX triplet: 47, CA and AE. RGB value is (71,202,174). Sum of RGB (Red+Green+Blue) = 71+202+174=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #47CAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CAAE is #B83551. Grayscale: #9F9F9F. Windows color (decimal): -12072274 or 11455047. OLE color: 11455047.

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

Color convert

RGB 71 202 174 -
CMYK 0.65 0 0.14 0.21
HSL 167.18º 0.55% 0.54% -
HSV(B) 167.18º 0.65% 0.79% -
XYZ 31.36 46.64 47.39 -
YUV 159.64 136.1 64.78 -
System Red Green Blue C M Y K H S L
Decimal 71 202 174 0.65 0 0.14 0.21 167.18 0.55 0.54
Hex 47 CA AE 41 0 E 15 A7 37 36
Octal 107 312 256 101 0 16 25 247 67 66
Binary 1000111 11001010 10101110 1000001 0 1110 10101 10100111 110111 110110

Color Harmonies of #47CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CAAE

Black with #47CAAE

Text Example


Text Example

White with #47CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,202,174); }

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

background-color css

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

 a { background-color: rgb(71,202,174); }

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

border-color css

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

 span { border-color: rgb(71,202,174); }

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