#4BC7B2

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

Shades of Puerto Rico #4BC7B2

Tints of Puerto Rico #4BC7B2

Color information

#4BC7B2 (or 0x4BC7B2) is unknown color: approx Puerto Rico. HEX triplet: 4B, C7 and B2. RGB value is (75,199,178). Sum of RGB (Red+Green+Blue) = 75+199+178=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC7B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC7B2 is #B4384D. Grayscale: #9F9F9F. Windows color (decimal): -11810894 or 11716427. OLE color: 11716427.

HSL color Cylindrical-coordinate representation of color #4BC7B2: hue angle of 169.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC7B2 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB75199178-
CMYK0.6200.110.22
HSL169.84º52.54%53.73%-
HSV(B)169.84º62.31%78.04%-
XYZ31.3645.5649.26-
YUV159.53138.4267.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.59%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=16.59%
G=44.03%
B=39.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751991780.6200.110.22169.8452.5453.73
Hex4BC7B23E0B16aa3536
Octal11330726276013262526566
Binary10010111100011110110010111110010111011010101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,199,178); }

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

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

 a { background-color: rgb(75,199,178); }

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

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

 span { border-color: rgb(75,199,178); }

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