#4AB7B3

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

Shades of Puerto Rico #4AB7B3

Tints of Puerto Rico #4AB7B3

Color information

#4AB7B3 (or 0x4AB7B3) is unknown color: approx Puerto Rico. HEX triplet: 4A, B7 and B3. RGB value is (74,183,179). Sum of RGB (Red+Green+Blue) = 74+183+179=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB7B3 is #B5484C. Grayscale: #959595. Windows color (decimal): -11880525 or 11777866. OLE color: 11777866.

HSL color Cylindrical-coordinate representation of color #4AB7B3: hue angle of 177.8º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB7B3 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB74183179-
CMYK0.6000.020.28
HSL177.8º43.08%50.39%-
HSV(B)177.8º59.56%71.76%-
XYZ27.8938.5848.62-
YUV149.95144.3973.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.97%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=16.97%
G=41.97%
B=41.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal741831790.6000.020.28177.843.0850.39
Hex4AB7B33C021Cb22b32
Octal1122672637402342625362
Binary100101010110111101100111111000101110010110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,183,179); }

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

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

 a { background-color: rgb(74,183,179); }

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

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

 span { border-color: rgb(74,183,179); }

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