Html Css Color HEX #4BC19F Puerto Rico

📋 copy color: '#4BC19F'

red 75 ◦ green 193 ◦ blue 159

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

Shades of Puerto Rico #4BC19F

Tints of Puerto Rico #4BC19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 17.56%
G = 45.2%
B = 37.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#4BC19F (or 0x4BC19F) is known color: Puerto Rico. HEX triplet: 4B, C1 and 9F. RGB value is (75,193,159). Sum of RGB (Red+Green+Blue) = 75+193+159=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC19F is #B43E60. Grayscale: #999999. Windows color (decimal): -11812449 or 10469707. OLE color: 10469707.

HSL color Cylindrical-coordinate representation of color #4BC19F: hue angle of 162.71º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC19F is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 193 159 -
CMYK 0.61 0 0.18 0.24
HSL 162.71º 0.49% 0.53% -
HSV(B) 162.71º 0.61% 0.76% -
XYZ 28.23 42.14 39.45 -
YUV 153.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 75 193 159 0.61 0 0.18 0.24 162.71 0.49 0.53
Hex 4B C1 9F 3D 0 12 18 A3 31 35
Octal 113 301 237 75 0 22 30 243 61 65
Binary 1001011 11000001 10011111 111101 0 10010 11000 10100011 110001 110101

Color Harmonies of #4BC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC19F

Black with #4BC19F

Text Example


Text Example

White with #4BC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,193,159); }

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

background-color css

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

 a { background-color: rgb(75,193,159); }

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

border-color css

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

 span { border-color: rgb(75,193,159); }

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