Html Css Color HEX #4DBFA6 Puerto Rico

📋 copy color: '#4DBFA6'

red 77 ◦ green 191 ◦ blue 166

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

Shades of Puerto Rico #4DBFA6

Tints of Puerto Rico #4DBFA6

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 17.74%
G = 44.01%
B = 38.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#4DBFA6 (or 0x4DBFA6) is known color: Puerto Rico. HEX triplet: 4D, BF and A6. RGB value is (77,191,166). Sum of RGB (Red+Green+Blue) = 77+191+166=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBFA6 is #B24059. Grayscale: #9A9A9A. Windows color (decimal): -11681882 or 10927949. OLE color: 10927949.

HSL color Cylindrical-coordinate representation of color #4DBFA6: hue angle of 166.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBFA6 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 166 -
CMYK 0.60 0 0.13 0.25
HSL 166.84º 0.47% 0.53% -
HSV(B) 166.84º 0.6% 0.75% -
XYZ 28.57 41.59 42.6 -
YUV 154.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 77 191 166 0.60 0 0.13 0.25 166.84 0.47 0.53
Hex 4D BF A6 3C 0 D 19 A7 2F 35
Octal 115 277 246 74 0 15 31 247 57 65
Binary 1001101 10111111 10100110 111100 0 1101 11001 10100111 101111 110101

Color Harmonies of #4DBFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBFA6

Black with #4DBFA6

Text Example


Text Example

White with #4DBFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,191,166); }

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

background-color css

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

 a { background-color: rgb(77,191,166); }

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

border-color css

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

 span { border-color: rgb(77,191,166); }

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