Html Css Color HEX #4AC6AF Puerto Rico

📋 copy color: '#4AC6AF'

red 74 ◦ green 198 ◦ blue 175

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

Shades of Puerto Rico #4AC6AF

Tints of Puerto Rico #4AC6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 16.55%
G = 44.3%
B = 39.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#4AC6AF (or 0x4AC6AF) is known color: Puerto Rico. HEX triplet: 4A, C6 and AF. RGB value is (74,198,175). Sum of RGB (Red+Green+Blue) = 74+198+175=447 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.55% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC6AF is #B53950. Grayscale: #9E9E9E. Windows color (decimal): -11876689 or 11519562. OLE color: 11519562.

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

Color convert

RGB 74 198 175 -
CMYK 0.63 0 0.12 0.22
HSL 168.87º 0.52% 0.53% -
HSV(B) 168.87º 0.63% 0.78% -
XYZ 30.76 44.94 47.61 -
YUV 158.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 74 198 175 0.63 0 0.12 0.22 168.87 0.52 0.53
Hex 4A C6 AF 3F 0 C 16 A9 34 35
Octal 112 306 257 77 0 14 26 251 64 65
Binary 1001010 11000110 10101111 111111 0 1100 10110 10101001 110100 110101

Color Harmonies of #4AC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC6AF

Black with #4AC6AF

Text Example


Text Example

White with #4AC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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