#4BAF9C

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

Shades of Puerto Rico #4BAF9C

Tints of Puerto Rico #4BAF9C

Color information

#4BAF9C (or 0x4BAF9C) is unknown color: approx Puerto Rico. HEX triplet: 4B, AF and 9C. RGB value is (75,175,156). Sum of RGB (Red+Green+Blue) = 75+175+156=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF9C is #B45063. Grayscale: #8E8E8E. Windows color (decimal): -11817060 or 10268491. OLE color: 10268491.

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

Color convert

RGB75175156-
CMYK0.5700.110.31
HSL168.6º40%49.02%-
HSV(B)168.6º57.14%68.63%-
XYZ24.2334.5636.85-
YUV142.93135.3779.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.47%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=18.47%
G=43.10%
B=38.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751560.5700.110.31168.64049.02
Hex4BAF9C390B1Fa92831
Octal11325723471013372515061
Binary10010111010111110011100111001010111111110101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,156); }

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

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

 a { background-color: rgb(75,175,156); }

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

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

 span { border-color: rgb(75,175,156); }

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