#4CBEA3

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

Shades of Puerto Rico #4CBEA3

Tints of Puerto Rico #4CBEA3

Color information

#4CBEA3 (or 0x4CBEA3) is unknown color: approx Puerto Rico. HEX triplet: 4C, BE and A3. RGB value is (76,190,163). Sum of RGB (Red+Green+Blue) = 76+190+163=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBEA3 is #B3415C. Grayscale: #989898. Windows color (decimal): -11747677 or 10731084. OLE color: 10731084.

HSL color Cylindrical-coordinate representation of color #4CBEA3: hue angle of 165.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBEA3 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB76190163-
CMYK0.6000.140.25
HSL165.79º46.72%52.16%-
HSV(B)165.79º60%74.51%-
XYZ2841.0141.09-
YUV152.84133.7373.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.72%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=17.72%
G=44.29%
B=38.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761901630.6000.140.25165.7946.7252.16
Hex4CBEA33C0E19a62f34
Octal11427624374016312465764
Binary10011001011111010100011111100011101100110100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,190,163); }

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

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

 a { background-color: rgb(76,190,163); }

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

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

 span { border-color: rgb(76,190,163); }

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