Html Css Color HEX #4DC9AF Puerto Rico

📋 copy color: '#4DC9AF'

red 77 ◦ green 201 ◦ blue 175

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

Shades of Puerto Rico #4DC9AF

Tints of Puerto Rico #4DC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.37%

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

R = 17%
G = 44.37%
B = 38.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#4DC9AF (or 0x4DC9AF) is known color: Puerto Rico. HEX triplet: 4D, C9 and AF. RGB value is (77,201,175). Sum of RGB (Red+Green+Blue) = 77+201+175=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC9AF is #B23650. Grayscale: #A0A0A0. Windows color (decimal): -11679313 or 11520333. OLE color: 11520333.

HSL color Cylindrical-coordinate representation of color #4DC9AF: hue angle of 167.42º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC9AF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 201 175 -
CMYK 0.62 0 0.13 0.21
HSL 167.42º 0.53% 0.55% -
HSV(B) 167.42º 0.62% 0.79% -
XYZ 31.69 46.45 47.85 -
YUV 160.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 77 201 175 0.62 0 0.13 0.21 167.42 0.53 0.55
Hex 4D C9 AF 3E 0 D 15 A7 35 37
Octal 115 311 257 76 0 15 25 247 65 67
Binary 1001101 11001001 10101111 111110 0 1101 10101 10100111 110101 110111

Color Harmonies of #4DC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC9AF

Black with #4DC9AF

Text Example


Text Example

White with #4DC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,201,175); }

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

background-color css

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

 a { background-color: rgb(77,201,175); }

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

border-color css

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

 span { border-color: rgb(77,201,175); }

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