#4CC1AF

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

Shades of Puerto Rico #4CC1AF

Tints of Puerto Rico #4CC1AF

Color information

#4CC1AF (or 0x4CC1AF) is unknown color: approx Puerto Rico. HEX triplet: 4C, C1 and AF. RGB value is (76,193,175). Sum of RGB (Red+Green+Blue) = 76+193+175=444 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.12% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC1AF is #B33E50. Grayscale: #9B9B9B. Windows color (decimal): -11746897 or 11518284. OLE color: 11518284.

HSL color Cylindrical-coordinate representation of color #4CC1AF: hue angle of 170.77º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC1AF is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB76193175-
CMYK0.6100.090.24
HSL170.77º48.55%52.75%-
HSV(B)170.77º60.62%75.69%-
XYZ29.7942.7747.24-
YUV155.96138.7470.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.12%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=17.12%
G=43.47%
B=39.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761931750.6100.090.24170.7748.5552.75
Hex4CC1AF3D0918ab3135
Octal11430125775011302536165
Binary10011001100000110101111111101010011100010101011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,175); }

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

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

 a { background-color: rgb(76,193,175); }

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

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

 span { border-color: rgb(76,193,175); }

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