Html Css Color HEX #4FCAB0 Puerto Rico

📋 copy color: '#4FCAB0'

red 79 ◦ green 202 ◦ blue 176

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

Shades of Puerto Rico #4FCAB0

Tints of Puerto Rico #4FCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

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

R = 17.29%
G = 44.2%
B = 38.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#4FCAB0 (or 0x4FCAB0) is known color: Puerto Rico. HEX triplet: 4F, CA and B0. RGB value is (79,202,176). Sum of RGB (Red+Green+Blue) = 79+202+176=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCAB0 is #B0354F. Grayscale: #A2A2A2. Windows color (decimal): -11547984 or 11586127. OLE color: 11586127.

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

Color convert

RGB 79 202 176 -
CMYK 0.61 0 0.13 0.21
HSL 167.32º 0.54% 0.55% -
HSV(B) 167.32º 0.61% 0.79% -
XYZ 32.18 47.04 48.46 -
YUV 162.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 79 202 176 0.61 0 0.13 0.21 167.32 0.54 0.55
Hex 4F CA B0 3D 0 D 15 A7 36 37
Octal 117 312 260 75 0 15 25 247 66 67
Binary 1001111 11001010 10110000 111101 0 1101 10101 10100111 110110 110111

Color Harmonies of #4FCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAB0

Black with #4FCAB0

Text Example


Text Example

White with #4FCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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