#4CABA5

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

Shades of Puerto Rico #4CABA5

Tints of Puerto Rico #4CABA5

Color information

#4CABA5 (or 0x4CABA5) is unknown color: approx Puerto Rico. HEX triplet: 4C, AB and A5. RGB value is (76,171,165). Sum of RGB (Red+Green+Blue) = 76+171+165=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #4CABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABA5 is #B3545A. Grayscale: #8D8D8D. Windows color (decimal): -11752539 or 10857292. OLE color: 10857292.

HSL color Cylindrical-coordinate representation of color #4CABA5: hue angle of 176.21º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CABA5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB76171165-
CMYK0.5600.040.33
HSL176.21º38.46%48.43%-
HSV(B)176.21º55.56%67.06%-
XYZ24.3333.3840.76-
YUV141.91141.0380.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.45%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=18.45%
G=41.50%
B=40.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761711650.5600.040.33176.2138.4648.43
Hex4CABA5380421b02630
Octal1142532457004412604660
Binary10011001010101110100101111000010010000110110000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,165); }

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

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

 a { background-color: rgb(76,171,165); }

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

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

 span { border-color: rgb(76,171,165); }

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