Html Css Color HEX #4BAB9C Puerto Rico

📋 copy color: '#4BAB9C'

red 75 ◦ green 171 ◦ blue 156

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

Shades of Puerto Rico #4BAB9C

Tints of Puerto Rico #4BAB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

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

R = 18.66%
G = 42.54%
B = 38.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#4BAB9C (or 0x4BAB9C) is known color: Puerto Rico. HEX triplet: 4B, AB and 9C. RGB value is (75,171,156). Sum of RGB (Red+Green+Blue) = 75+171+156=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAB9C is #B45463. Grayscale: #8C8C8C. Windows color (decimal): -11818084 or 10267467. OLE color: 10267467.

HSL color Cylindrical-coordinate representation of color #4BAB9C: hue angle of 170.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB9C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 156 -
CMYK 0.56 0 0.09 0.33
HSL 170.63º 0.39% 0.48% -
HSV(B) 170.63º 0.56% 0.67% -
XYZ 23.47 33.02 36.59 -
YUV 140.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 75 171 156 0.56 0 0.09 0.33 170.63 0.39 0.48
Hex 4B AB 9C 38 0 9 21 AB 27 30
Octal 113 253 234 70 0 11 41 253 47 60
Binary 1001011 10101011 10011100 111000 0 1001 100001 10101011 100111 110000

Color Harmonies of #4BAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB9C

Black with #4BAB9C

Text Example


Text Example

White with #4BAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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