#4BADA4

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

Shades of Puerto Rico #4BADA4

Tints of Puerto Rico #4BADA4

Color information

#4BADA4 (or 0x4BADA4) is unknown color: approx Puerto Rico. HEX triplet: 4B, AD and A4. RGB value is (75,173,164). Sum of RGB (Red+Green+Blue) = 75+173+164=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #4BADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADA4 is #B4525B. Grayscale: #8E8E8E. Windows color (decimal): -11817564 or 10792267. OLE color: 10792267.

HSL color Cylindrical-coordinate representation of color #4BADA4: hue angle of 174.49º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BADA4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB75173164-
CMYK0.5700.050.32
HSL174.49º39.52%48.63%-
HSV(B)174.49º56.65%67.84%-
XYZ24.5534.0640.4-
YUV142.67140.0379.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 164 (64.45% from 255) = 39.81%
R=18.20%
G=41.99%
B=39.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731640.5700.050.32174.4939.5248.63
Hex4BADA4390520ae2831
Octal1132552447105402565061
Binary10010111010110110100100111001010110000010101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,164); }

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

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

 a { background-color: rgb(75,173,164); }

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

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

 span { border-color: rgb(75,173,164); }

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