#4FCDB0

Color #4FCDB0 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4FCDB0

Tints of Puerto Rico #4FCDB0

Color information

#4FCDB0 (or 0x4FCDB0) is unknown color: approx Puerto Rico. HEX triplet: 4F, CD and B0. RGB value is (79,205,176). Sum of RGB (Red+Green+Blue) = 79+205+176=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCDB0 is #B0324F. Grayscale: #A4A4A4. Windows color (decimal): -11547216 or 11586895. OLE color: 11586895.

HSL color Cylindrical-coordinate representation of color #4FCDB0: hue angle of 166.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCDB0 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB79205176-
CMYK0.6100.140.20
HSL166.19º55.75%55.69%-
HSV(B)166.19º61.46%80.39%-
XYZ32.8948.4648.69-
YUV164.02134.7667.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.17%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=17.17%
G=44.57%
B=38.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal792051760.6100.140.20166.1955.7555.69
Hex4FCDB03D0E14a63838
Octal11731526075016242467070
Binary10011111100110110110000111101011101010010100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FCDB0;
 }
 .AnyTagClassName
 {
   color: #4FCDB0;
 }
</style>
background-color css

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

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

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

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

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

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