#4BCEA8

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

Shades of Puerto Rico #4BCEA8

Tints of Puerto Rico #4BCEA8

Color information

#4BCEA8 (or 0x4BCEA8) is unknown color: approx Puerto Rico. HEX triplet: 4B, CE and A8. RGB value is (75,206,168). Sum of RGB (Red+Green+Blue) = 75+206+168=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCEA8 is #B43157. Grayscale: #A2A2A2. Windows color (decimal): -11809112 or 11062859. OLE color: 11062859.

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

Color convert

RGB75206168-
CMYK0.6400.180.19
HSL162.6º57.21%55.1%-
HSV(B)162.6º63.59%80.78%-
XYZ32.0448.4744.71-
YUV162.5131.165.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.70%
GREEN value IS 206 (80.86% from 255) = 45.88%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=16.70%
G=45.88%
B=37.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752061680.6400.180.19162.657.2155.1
Hex4BCEA84001213a33937
Octal113316250100022232437167
Binary1001011110011101010100010000000100101001110100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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