Html Css Color HEX #4DCFA5 Puerto Rico

📋 copy color: '#4DCFA5'

red 77 ◦ green 207 ◦ blue 165

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

Shades of Puerto Rico #4DCFA5

Tints of Puerto Rico #4DCFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 17.15%
G = 46.1%
B = 36.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#4DCFA5 (or 0x4DCFA5) is known color: Puerto Rico. HEX triplet: 4D, CF and A5. RGB value is (77,207,165). Sum of RGB (Red+Green+Blue) = 77+207+165=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCFA5 is #B2305A. Grayscale: #A3A3A3. Windows color (decimal): -11677787 or 10866509. OLE color: 10866509.

HSL color Cylindrical-coordinate representation of color #4DCFA5: hue angle of 160.62º 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 #4DCFA5 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 207 165 -
CMYK 0.63 0 0.20 0.19
HSL 160.62º 0.58% 0.56% -
HSV(B) 160.62º 0.63% 0.81% -
XYZ 32.16 48.92 43.34 -
YUV 163.34 128.93 66.42 -
System Red Green Blue C M Y K H S L
Decimal 77 207 165 0.63 0 0.20 0.19 160.62 0.58 0.56
Hex 4D CF A5 3F 0 14 13 A1 3A 38
Octal 115 317 245 77 0 24 23 241 72 70
Binary 1001101 11001111 10100101 111111 0 10100 10011 10100001 111010 111000

Color Harmonies of #4DCFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFA5

Black with #4DCFA5

Text Example


Text Example

White with #4DCFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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