Html Css Color HEX #4DCFA4 Puerto Rico

📋 copy color: '#4DCFA4'

red 77 ◦ green 207 ◦ blue 164

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

Shades of Puerto Rico #4DCFA4

Tints of Puerto Rico #4DCFA4

RGB

 RED value IS 77 (30.47% from 255) = 17.19%

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

 BLUE value IS 164 (64.45% from 255) = 36.61%

R = 17.19%
G = 46.21%
B = 36.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#4DCFA4 (or 0x4DCFA4) is known color: Puerto Rico. HEX triplet: 4D, CF and A4. RGB value is (77,207,164). Sum of RGB (Red+Green+Blue) = 77+207+164=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCFA4 is #B2305B. Grayscale: #A3A3A3. Windows color (decimal): -11677788 or 10800973. OLE color: 10800973.

HSL color Cylindrical-coordinate representation of color #4DCFA4: hue angle of 160.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCFA4 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 207 164 -
CMYK 0.63 0 0.21 0.19
HSL 160.15º 0.58% 0.56% -
HSV(B) 160.15º 0.63% 0.81% -
XYZ 32.07 48.88 42.87 -
YUV 163.23 128.43 66.5 -
System Red Green Blue C M Y K H S L
Decimal 77 207 164 0.63 0 0.21 0.19 160.15 0.58 0.56
Hex 4D CF A4 3F 0 15 13 A0 3A 38
Octal 115 317 244 77 0 25 23 240 72 70
Binary 1001101 11001111 10100100 111111 0 10101 10011 10100000 111010 111000

Color Harmonies of #4DCFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFA4

Black with #4DCFA4

Text Example


Text Example

White with #4DCFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DCFA4; }

 p { color: rgb(77,207,164); }

 H1.HeaderClassName
 {
   color: #4DCFA4;
 }
 .AnyTagClassName
 {
   color: #4DCFA4;
 }
</style>

background-color css

<style>
 a { background-color: #4DCFA4; }

 a { background-color: rgb(77,207,164); }

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

border-color css

<style>
 span { border-color: #4DCFA4; }

 span { border-color: rgb(77,207,164); }

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