#4BAF9A

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

Shades of Puerto Rico #4BAF9A

Tints of Puerto Rico #4BAF9A

Color information

#4BAF9A (or 0x4BAF9A) is unknown color: approx Puerto Rico. HEX triplet: 4B, AF and 9A. RGB value is (75,175,154). Sum of RGB (Red+Green+Blue) = 75+175+154=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF9A is #B45065. Grayscale: #8E8E8E. Windows color (decimal): -11817062 or 10137419. OLE color: 10137419.

HSL color Cylindrical-coordinate representation of color #4BAF9A: hue angle of 167.4º 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 #4BAF9A is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB75175154-
CMYK0.5700.120.31
HSL167.4º40%49.02%-
HSV(B)167.4º57.14%68.63%-
XYZ24.0634.4935.96-
YUV142.71134.3779.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.56%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=18.56%
G=43.32%
B=38.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751540.5700.120.31167.44049.02
Hex4BAF9A390C1Fa72831
Octal11325723271014372475061
Binary10010111010111110011010111001011001111110100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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