#4BB998

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

Shades of Puerto Rico #4BB998

Tints of Puerto Rico #4BB998

Color information

#4BB998 (or 0x4BB998) is unknown color: approx Puerto Rico. HEX triplet: 4B, B9 and 98. RGB value is (75,185,152). Sum of RGB (Red+Green+Blue) = 75+185+152=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB998 is #B44667. Grayscale: #949494. Windows color (decimal): -11814504 or 10008907. OLE color: 10008907.

HSL color Cylindrical-coordinate representation of color #4BB998: hue angle of 162º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB998 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB75185152-
CMYK0.5900.180.27
HSL162º44%50.98%-
HSV(B)162º59.46%72.55%-
XYZ25.9238.4635.76-
YUV148.35130.0675.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=18.20%
G=44.90%
B=36.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751851520.5900.180.271624450.98
Hex4BB9983B0121Ba22c33
Octal11327123073022332425463
Binary100101110111001100110001110110100101101110100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,185,152); }

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

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

 a { background-color: rgb(75,185,152); }

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

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

 span { border-color: rgb(75,185,152); }

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