Html Css Color HEX #4AC6AB Puerto Rico

📋 copy color: '#4AC6AB'

red 74 ◦ green 198 ◦ blue 171

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

Shades of Puerto Rico #4AC6AB

Tints of Puerto Rico #4AC6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.7%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 16.7%
G = 44.7%
B = 38.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#4AC6AB (or 0x4AC6AB) is known color: Puerto Rico. HEX triplet: 4A, C6 and AB. RGB value is (74,198,171). Sum of RGB (Red+Green+Blue) = 74+198+171=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC6AB is #B53954. Grayscale: #9D9D9D. Windows color (decimal): -11876693 or 11257418. OLE color: 11257418.

HSL color Cylindrical-coordinate representation of color #4AC6AB: hue angle of 166.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC6AB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 198 171 -
CMYK 0.63 0 0.14 0.22
HSL 166.94º 0.52% 0.53% -
HSV(B) 166.94º 0.63% 0.78% -
XYZ 30.37 44.78 45.57 -
YUV 157.85 135.42 68.2 -
System Red Green Blue C M Y K H S L
Decimal 74 198 171 0.63 0 0.14 0.22 166.94 0.52 0.53
Hex 4A C6 AB 3F 0 E 16 A7 34 35
Octal 112 306 253 77 0 16 26 247 64 65
Binary 1001010 11000110 10101011 111111 0 1110 10110 10100111 110100 110101

Color Harmonies of #4AC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC6AB

Black with #4AC6AB

Text Example


Text Example

White with #4AC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,198,171); }

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

background-color css

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

 a { background-color: rgb(74,198,171); }

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

border-color css

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

 span { border-color: rgb(74,198,171); }

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