Html Css Color HEX #4AB9AC Puerto Rico

📋 copy color: '#4AB9AC'

red 74 ◦ green 185 ◦ blue 172

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

Shades of Puerto Rico #4AB9AC

Tints of Puerto Rico #4AB9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

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

R = 17.17%
G = 42.92%
B = 39.91%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#4AB9AC (or 0x4AB9AC) is known color: Puerto Rico. HEX triplet: 4A, B9 and AC. RGB value is (74,185,172). Sum of RGB (Red+Green+Blue) = 74+185+172=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB9AC is #B54653. Grayscale: #969696. Windows color (decimal): -11880020 or 11319626. OLE color: 11319626.

HSL color Cylindrical-coordinate representation of color #4AB9AC: hue angle of 172.97º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB9AC is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 172 -
CMYK 0.6 0 0.07 0.27
HSL 172.97º 0.44% 0.51% -
HSV(B) 172.97º 0.6% 0.73% -
XYZ 27.62 39.13 45.13 -
YUV 150.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 74 185 172 0.6 0 0.07 0.27 172.97 0.44 0.51
Hex 4A B9 AC 3C 0 7 1B AD 2C 33
Octal 112 271 254 74 0 7 33 255 54 63
Binary 1001010 10111001 10101100 111100 0 111 11011 10101101 101100 110011

Color Harmonies of #4AB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB9AC

Black with #4AB9AC

Text Example


Text Example

White with #4AB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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