#4BCFA6

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

Shades of Puerto Rico #4BCFA6

Tints of Puerto Rico #4BCFA6

Color information

#4BCFA6 (or 0x4BCFA6) is unknown color: approx Puerto Rico. HEX triplet: 4B, CF and A6. RGB value is (75,207,166). Sum of RGB (Red+Green+Blue) = 75+207+166=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCFA6 is #B43059. Grayscale: #A2A2A2. Windows color (decimal): -11808858 or 10932043. OLE color: 10932043.

HSL color Cylindrical-coordinate representation of color #4BCFA6: hue angle of 161.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCFA6 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB75207166-
CMYK0.6400.200.19
HSL161.36º57.89%55.29%-
HSV(B)161.36º63.77%81.18%-
XYZ32.148.8743.82-
YUV162.86129.7765.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.74%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=16.74%
G=46.21%
B=37.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752071660.6400.200.19161.3657.8955.29
Hex4BCFA64001413a13a37
Octal113317246100024232417267
Binary1001011110011111010011010000000101001001110100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,207,166); }

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

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

 a { background-color: rgb(75,207,166); }

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

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

 span { border-color: rgb(75,207,166); }

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