Html Css Color HEX #4BBC96 Puerto Rico

📋 copy color: '#4BBC96'

red 75 ◦ green 188 ◦ blue 150

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

Shades of Puerto Rico #4BBC96

Tints of Puerto Rico #4BBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 18.16%
G = 45.52%
B = 36.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#4BBC96 (or 0x4BBC96) is known color: Puerto Rico. HEX triplet: 4B, BC and 96. RGB value is (75,188,150). Sum of RGB (Red+Green+Blue) = 75+188+150=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBC96 is #B44369. Grayscale: #959595. Windows color (decimal): -11813738 or 9878603. OLE color: 9878603.

HSL color Cylindrical-coordinate representation of color #4BBC96: hue angle of 159.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC96 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 188 150 -
CMYK 0.60 0 0.20 0.26
HSL 159.82º 0.46% 0.52% -
HSV(B) 159.82º 0.6% 0.74% -
XYZ 26.39 39.66 35.12 -
YUV 149.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 75 188 150 0.60 0 0.20 0.26 159.82 0.46 0.52
Hex 4B BC 96 3C 0 14 1A A0 2E 34
Octal 113 274 226 74 0 24 32 240 56 64
Binary 1001011 10111100 10010110 111100 0 10100 11010 10100000 101110 110100

Color Harmonies of #4BBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC96

Black with #4BBC96

Text Example


Text Example

White with #4BBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,188,150); }

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

background-color css

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

 a { background-color: rgb(75,188,150); }

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

border-color css

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

 span { border-color: rgb(75,188,150); }

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