#4CAE9B

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

Shades of Puerto Rico #4CAE9B

Tints of Puerto Rico #4CAE9B

Color information

#4CAE9B (or 0x4CAE9B) is unknown color: approx Puerto Rico. HEX triplet: 4C, AE and 9B. RGB value is (76,174,155). Sum of RGB (Red+Green+Blue) = 76+174+155=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE9B is #B35164. Grayscale: #8E8E8E. Windows color (decimal): -11751781 or 10202700. OLE color: 10202700.

HSL color Cylindrical-coordinate representation of color #4CAE9B: hue angle of 168.37º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAE9B is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB76174155-
CMYK0.5600.110.32
HSL168.37º39.2%49.02%-
HSV(B)168.37º56.32%68.24%-
XYZ24.0334.1836.34-
YUV142.53135.0380.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.77%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=18.77%
G=42.96%
B=38.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761741550.5600.110.32168.3739.249.02
Hex4CAE9B380B20a82731
Octal11425623370013402504761
Binary100110010101110100110111110000101110000010101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,174,155); }

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

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

 a { background-color: rgb(76,174,155); }

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

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

 span { border-color: rgb(76,174,155); }

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