Html Css Color HEX #4FC2B0 Puerto Rico

📋 copy color: '#4FC2B0'

red 79 ◦ green 194 ◦ blue 176

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

Shades of Puerto Rico #4FC2B0

Tints of Puerto Rico #4FC2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 17.59%
G = 43.21%
B = 39.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#4FC2B0 (or 0x4FC2B0) is known color: Puerto Rico. HEX triplet: 4F, C2 and B0. RGB value is (79,194,176). Sum of RGB (Red+Green+Blue) = 79+194+176=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC2B0 is #B03D4F. Grayscale: #9D9D9D. Windows color (decimal): -11550032 or 11584079. OLE color: 11584079.

HSL color Cylindrical-coordinate representation of color #4FC2B0: hue angle of 170.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC2B0 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 194 176 -
CMYK 0.59 0 0.09 0.24
HSL 170.61º 0.49% 0.54% -
HSV(B) 170.61º 0.59% 0.76% -
XYZ 30.35 43.38 47.85 -
YUV 157.56 138.4 71.96 -
System Red Green Blue C M Y K H S L
Decimal 79 194 176 0.59 0 0.09 0.24 170.61 0.49 0.54
Hex 4F C2 B0 3B 0 9 18 AB 31 36
Octal 117 302 260 73 0 11 30 253 61 66
Binary 1001111 11000010 10110000 111011 0 1001 11000 10101011 110001 110110

Color Harmonies of #4FC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC2B0

Black with #4FC2B0

Text Example


Text Example

White with #4FC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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