Html Css Color HEX #4BAD9C Puerto Rico

📋 copy color: '#4BAD9C'

red 75 ◦ green 173 ◦ blue 156

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

Shades of Puerto Rico #4BAD9C

Tints of Puerto Rico #4BAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 18.56%
G = 42.82%
B = 38.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#4BAD9C (or 0x4BAD9C) is known color: Puerto Rico. HEX triplet: 4B, AD and 9C. RGB value is (75,173,156). Sum of RGB (Red+Green+Blue) = 75+173+156=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD9C is #B45263. Grayscale: #8D8D8D. Windows color (decimal): -11817572 or 10267979. OLE color: 10267979.

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

Color convert

RGB 75 173 156 -
CMYK 0.57 0 0.10 0.32
HSL 169.59º 0.4% 0.49% -
HSV(B) 169.59º 0.57% 0.68% -
XYZ 23.85 33.78 36.72 -
YUV 141.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 75 173 156 0.57 0 0.10 0.32 169.59 0.4 0.49
Hex 4B AD 9C 39 0 A 20 AA 28 31
Octal 113 255 234 71 0 12 40 252 50 61
Binary 1001011 10101101 10011100 111001 0 1010 100000 10101010 101000 110001

Color Harmonies of #4BAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAD9C

Black with #4BAD9C

Text Example


Text Example

White with #4BAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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