Html Css Color HEX #4ACEA6 Puerto Rico

📋 copy color: '#4ACEA6'

red 74 ◦ green 206 ◦ blue 166

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

Shades of Puerto Rico #4ACEA6

Tints of Puerto Rico #4ACEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 16.59%
G = 46.19%
B = 37.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#4ACEA6 (or 0x4ACEA6) is known color: Puerto Rico. HEX triplet: 4A, CE and A6. RGB value is (74,206,166). Sum of RGB (Red+Green+Blue) = 74+206+166=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEA6 is #B53159. Grayscale: #A1A1A1. Windows color (decimal): -11874650 or 10931786. OLE color: 10931786.

HSL color Cylindrical-coordinate representation of color #4ACEA6: hue angle of 161.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEA6 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 166 -
CMYK 0.64 0 0.19 0.19
HSL 161.82º 0.57% 0.55% -
HSV(B) 161.82º 0.64% 0.81% -
XYZ 31.78 48.35 43.73 -
YUV 161.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 74 206 166 0.64 0 0.19 0.19 161.82 0.57 0.55
Hex 4A CE A6 40 0 13 13 A2 39 37
Octal 112 316 246 100 0 23 23 242 71 67
Binary 1001010 11001110 10100110 1000000 0 10011 10011 10100010 111001 110111

Color Harmonies of #4ACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEA6

Black with #4ACEA6

Text Example


Text Example

White with #4ACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,166); }

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

background-color css

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

 a { background-color: rgb(74,206,166); }

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

border-color css

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

 span { border-color: rgb(74,206,166); }

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