Html Css Color HEX #4AC6AA Puerto Rico

📋 copy color: '#4AC6AA'

red 74 ◦ green 198 ◦ blue 170

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

Shades of Puerto Rico #4AC6AA

Tints of Puerto Rico #4AC6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 16.74%
G = 44.8%
B = 38.46%

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

#4AC6AA (or 0x4AC6AA) is known color: Puerto Rico. HEX triplet: 4A, C6 and AA. RGB value is (74,198,170). Sum of RGB (Red+Green+Blue) = 74+198+170=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC6AA is #B53955. Grayscale: #9D9D9D. Windows color (decimal): -11876694 or 11191882. OLE color: 11191882.

HSL color Cylindrical-coordinate representation of color #4AC6AA: hue angle of 166.45º 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 #4AC6AA is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 198 170 -
CMYK 0.63 0 0.14 0.22
HSL 166.45º 0.52% 0.53% -
HSV(B) 166.45º 0.63% 0.78% -
XYZ 30.27 44.75 45.07 -
YUV 157.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 74 198 170 0.63 0 0.14 0.22 166.45 0.52 0.53
Hex 4A C6 AA 3F 0 E 16 A6 34 35
Octal 112 306 252 77 0 16 26 246 64 65
Binary 1001010 11000110 10101010 111111 0 1110 10110 10100110 110100 110101

Color Harmonies of #4AC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC6AA

Black with #4AC6AA

Text Example


Text Example

White with #4AC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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