#4AB799

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

Shades of Puerto Rico #4AB799

Tints of Puerto Rico #4AB799

Color information

#4AB799 (or 0x4AB799) is unknown color: approx Puerto Rico. HEX triplet: 4A, B7 and 99. RGB value is (74,183,153). Sum of RGB (Red+Green+Blue) = 74+183+153=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB799 is #B54866. Grayscale: #939393. Windows color (decimal): -11880551 or 10073930. OLE color: 10073930.

HSL color Cylindrical-coordinate representation of color #4AB799: hue angle of 163.49º 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 #4AB799 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB74183153-
CMYK0.6000.160.28
HSL163.49º43.08%50.39%-
HSV(B)163.49º59.56%71.76%-
XYZ25.5137.6236.05-
YUV146.99131.3975.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.05%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=18.05%
G=44.63%
B=37.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal741831530.6000.160.28163.4943.0850.39
Hex4AB7993C0101Ca32b32
Octal11226723174020342435362
Binary100101010110111100110011111000100001110010100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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