Html Css Color HEX #4AB3AC Puerto Rico

📋 copy color: '#4AB3AC'

red 74 ◦ green 179 ◦ blue 172

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

Shades of Puerto Rico #4AB3AC

Tints of Puerto Rico #4AB3AC

RGB

 RED value IS 74 (29.3% from 255) = 17.41%

 GREEN value IS 179 (70.31% from 255) = 42.12%

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

R = 17.41%
G = 42.12%
B = 40.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#4AB3AC (or 0x4AB3AC) is known color: Puerto Rico. HEX triplet: 4A, B3 and AC. RGB value is (74,179,172). Sum of RGB (Red+Green+Blue) = 74+179+172=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB3AC is #B54C53. Grayscale: #929292. Windows color (decimal): -11881556 or 11318090. OLE color: 11318090.

HSL color Cylindrical-coordinate representation of color #4AB3AC: hue angle of 176º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB3AC is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 179 172 -
CMYK 0.59 0 0.04 0.30
HSL 176º 0.42% 0.5% -
HSV(B) 176º 0.59% 0.7% -
XYZ 26.39 36.67 44.72 -
YUV 146.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 74 179 172 0.59 0 0.04 0.30 176 0.42 0.5
Hex 4A B3 AC 3B 0 4 1E B0 2A 32
Octal 112 263 254 73 0 4 36 260 52 62
Binary 1001010 10110011 10101100 111011 0 100 11110 10110000 101010 110010

Color Harmonies of #4AB3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB3AC

Black with #4AB3AC

Text Example


Text Example

White with #4AB3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,172); }

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

background-color css

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

 a { background-color: rgb(74,179,172); }

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

border-color css

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

 span { border-color: rgb(74,179,172); }

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