Html Css Color HEX #4FC4B0 Puerto Rico

📋 copy color: '#4FC4B0'

red 79 ◦ green 196 ◦ blue 176

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

Shades of Puerto Rico #4FC4B0

Tints of Puerto Rico #4FC4B0

RGB

 RED value IS 79 (31.25% from 255) = 17.52%

 GREEN value IS 196 (76.95% from 255) = 43.46%

 BLUE value IS 176 (69.14% from 255) = 39.02%

R = 17.52%
G = 43.46%
B = 39.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#4FC4B0 (or 0x4FC4B0) is known color: Puerto Rico. HEX triplet: 4F, C4 and B0. RGB value is (79,196,176). Sum of RGB (Red+Green+Blue) = 79+196+176=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #4FC4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC4B0 is #B03B4F. Grayscale: #9E9E9E. Windows color (decimal): -11549520 or 11584591. OLE color: 11584591.

HSL color Cylindrical-coordinate representation of color #4FC4B0: hue angle of 169.74º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC4B0 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 196 176 -
CMYK 0.60 0 0.10 0.23
HSL 169.74º 0.5% 0.54% -
HSV(B) 169.74º 0.6% 0.77% -
XYZ 30.8 44.28 48 -
YUV 158.74 137.74 71.13 -
System Red Green Blue C M Y K H S L
Decimal 79 196 176 0.60 0 0.10 0.23 169.74 0.5 0.54
Hex 4F C4 B0 3C 0 A 17 AA 32 36
Octal 117 304 260 74 0 12 27 252 62 66
Binary 1001111 11000100 10110000 111100 0 1010 10111 10101010 110010 110110

Color Harmonies of #4FC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC4B0

Black with #4FC4B0

Text Example


Text Example

White with #4FC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,196,176); }

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

background-color css

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

 a { background-color: rgb(79,196,176); }

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

border-color css

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

 span { border-color: rgb(79,196,176); }

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