#4CAE9E

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

Shades of Puerto Rico #4CAE9E

Tints of Puerto Rico #4CAE9E

Color information

#4CAE9E (or 0x4CAE9E) is unknown color: approx Puerto Rico. HEX triplet: 4C, AE and 9E. RGB value is (76,174,158). Sum of RGB (Red+Green+Blue) = 76+174+158=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE9E is #B35161. Grayscale: #8E8E8E. Windows color (decimal): -11751778 or 10399308. OLE color: 10399308.

HSL color Cylindrical-coordinate representation of color #4CAE9E: hue angle of 170.2º 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 #4CAE9E is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB76174158-
CMYK0.5600.090.32
HSL170.2º39.2%49.02%-
HSV(B)170.2º56.32%68.24%-
XYZ24.2934.2837.68-
YUV142.87136.5380.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.63%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=18.63%
G=42.65%
B=38.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761741580.5600.090.32170.239.249.02
Hex4CAE9E380920aa2731
Octal11425623670011402524761
Binary100110010101110100111101110000100110000010101010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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