#4ABCB6

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

Shades of Puerto Rico #4ABCB6

Tints of Puerto Rico #4ABCB6

Color information

#4ABCB6 (or 0x4ABCB6) is unknown color: approx Puerto Rico. HEX triplet: 4A, BC and B6. RGB value is (74,188,182). Sum of RGB (Red+Green+Blue) = 74+188+182=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCB6 is #B54349. Grayscale: #999999. Windows color (decimal): -11879242 or 11975754. OLE color: 11975754.

HSL color Cylindrical-coordinate representation of color #4ABCB6: hue angle of 176.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCB6 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB74188182-
CMYK0.6100.030.26
HSL176.84º45.97%51.37%-
HSV(B)176.84º60.64%73.73%-
XYZ29.2540.850.59-
YUV153.23144.2371.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.67%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=16.67%
G=42.34%
B=40.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741881820.6100.030.26176.8445.9751.37
Hex4ABCB63D031Ab12e33
Octal1122742667503322615663
Binary100101010111100101101101111010111101010110001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,188,182); }

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

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

 a { background-color: rgb(74,188,182); }

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

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

 span { border-color: rgb(74,188,182); }

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