Html Css Color HEX #4BC5AB Puerto Rico

📋 copy color: '#4BC5AB'

red 75 ◦ green 197 ◦ blue 171

#4BC5AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #4BC5AB

Tints of Puerto Rico #4BC5AB

RGB

 RED value IS 75 (29.69% from 255) = 16.93%

 GREEN value IS 197 (77.34% from 255) = 44.47%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 16.93%
G = 44.47%
B = 38.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#4BC5AB (or 0x4BC5AB) is known color: Puerto Rico. HEX triplet: 4B, C5 and AB. RGB value is (75,197,171). Sum of RGB (Red+Green+Blue) = 75+197+171=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC5AB is #B43A54. Grayscale: #9D9D9D. Windows color (decimal): -11811413 or 11257163. OLE color: 11257163.

HSL color Cylindrical-coordinate representation of color #4BC5AB: hue angle of 167.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC5AB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 197 171 -
CMYK 0.62 0 0.13 0.23
HSL 167.21º 0.51% 0.53% -
HSV(B) 167.21º 0.62% 0.77% -
XYZ 30.22 44.37 45.5 -
YUV 157.56 135.58 69.11 -
System Red Green Blue C M Y K H S L
Decimal 75 197 171 0.62 0 0.13 0.23 167.21 0.51 0.53
Hex 4B C5 AB 3E 0 D 17 A7 33 35
Octal 113 305 253 76 0 15 27 247 63 65
Binary 1001011 11000101 10101011 111110 0 1101 10111 10100111 110011 110101

Color Harmonies of #4BC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC5AB

Black with #4BC5AB

Text Example


Text Example

White with #4BC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,197,171); }

 H1.HeaderClassName
 {
   color: #4BC5AB;
 }
 .AnyTagClassName
 {
   color: #4BC5AB;
 }
</style>

background-color css

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

 a { background-color: rgb(75,197,171); }

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

border-color css

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

 span { border-color: rgb(75,197,171); }

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