Html Css Color HEX #4BB7AC Puerto Rico

📋 copy color: '#4BB7AC'

red 75 ◦ green 183 ◦ blue 172

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

Shades of Puerto Rico #4BB7AC

Tints of Puerto Rico #4BB7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 17.44%
G = 42.56%
B = 40%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#4BB7AC (or 0x4BB7AC) is known color: Puerto Rico. HEX triplet: 4B, B7 and AC. RGB value is (75,183,172). Sum of RGB (Red+Green+Blue) = 75+183+172=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB7AC is #B44853. Grayscale: #959595. Windows color (decimal): -11814996 or 11319115. OLE color: 11319115.

HSL color Cylindrical-coordinate representation of color #4BB7AC: hue angle of 173.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB7AC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 75 183 172 -
CMYK 0.59 0 0.06 0.28
HSL 173.89º 0.43% 0.51% -
HSV(B) 173.89º 0.59% 0.72% -
XYZ 27.28 38.34 44.99 -
YUV 149.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 75 183 172 0.59 0 0.06 0.28 173.89 0.43 0.51
Hex 4B B7 AC 3B 0 6 1C AE 2B 33
Octal 113 267 254 73 0 6 34 256 53 63
Binary 1001011 10110111 10101100 111011 0 110 11100 10101110 101011 110011

Color Harmonies of #4BB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB7AC

Black with #4BB7AC

Text Example


Text Example

White with #4BB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,183,172); }

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

background-color css

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

 a { background-color: rgb(75,183,172); }

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

border-color css

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

 span { border-color: rgb(75,183,172); }

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