#4BCEA6

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

Shades of Puerto Rico #4BCEA6

Tints of Puerto Rico #4BCEA6

Color information

#4BCEA6 (or 0x4BCEA6) is unknown color: approx Puerto Rico. HEX triplet: 4B, CE and A6. RGB value is (75,206,166). Sum of RGB (Red+Green+Blue) = 75+206+166=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCEA6 is #B43159. Grayscale: #A2A2A2. Windows color (decimal): -11809114 or 10931787. OLE color: 10931787.

HSL color Cylindrical-coordinate representation of color #4BCEA6: hue angle of 161.68º degrees, saturation: 0.57, 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 #4BCEA6 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB75206166-
CMYK0.6400.190.19
HSL161.68º57.21%55.1%-
HSV(B)161.68º63.59%80.78%-
XYZ31.8648.3943.74-
YUV162.27130.165.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.78%
GREEN value IS 206 (80.86% from 255) = 46.09%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=16.78%
G=46.09%
B=37.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752061660.6400.190.19161.6857.2155.1
Hex4BCEA64001313a23937
Octal113316246100023232427167
Binary1001011110011101010011010000000100111001110100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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