#4FCCB3

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

Shades of Puerto Rico #4FCCB3

Tints of Puerto Rico #4FCCB3

Color information

#4FCCB3 (or 0x4FCCB3) is unknown color: approx Puerto Rico. HEX triplet: 4F, CC and B3. RGB value is (79,204,179). Sum of RGB (Red+Green+Blue) = 79+204+179=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCB3 is #B0334C. Grayscale: #A3A3A3. Windows color (decimal): -11547469 or 11783247. OLE color: 11783247.

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

Color convert

RGB79204179-
CMYK0.6100.120.2
HSL168º55.07%55.49%-
HSV(B)168º61.27%80%-
XYZ32.9548.150.2-
YUV163.78136.5967.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.10%
GREEN value IS 204 (80.08% from 255) = 44.16%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=17.10%
G=44.16%
B=38.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal792041790.6100.120.216855.0755.49
Hex4FCCB33D0C14a83737
Octal11731426375014242506767
Binary10011111100110010110011111101011001010010101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,204,179); }

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

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

 a { background-color: rgb(79,204,179); }

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

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

 span { border-color: rgb(79,204,179); }

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