Html Css Color HEX #4ACEA5 Puerto Rico

📋 copy color: '#4ACEA5'

red 74 ◦ green 206 ◦ blue 165

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

Shades of Puerto Rico #4ACEA5

Tints of Puerto Rico #4ACEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 16.63%
G = 46.29%
B = 37.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#4ACEA5 (or 0x4ACEA5) is known color: Puerto Rico. HEX triplet: 4A, CE and A5. RGB value is (74,206,165). Sum of RGB (Red+Green+Blue) = 74+206+165=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEA5 is #B5315A. Grayscale: #A1A1A1. Windows color (decimal): -11874651 or 10866250. OLE color: 10866250.

HSL color Cylindrical-coordinate representation of color #4ACEA5: hue angle of 161.36º 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 #4ACEA5 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 165 -
CMYK 0.64 0 0.20 0.19
HSL 161.36º 0.57% 0.55% -
HSV(B) 161.36º 0.64% 0.81% -
XYZ 31.69 48.32 43.25 -
YUV 161.86 129.77 65.33 -
System Red Green Blue C M Y K H S L
Decimal 74 206 165 0.64 0 0.20 0.19 161.36 0.57 0.55
Hex 4A CE A5 40 0 14 13 A1 39 37
Octal 112 316 245 100 0 24 23 241 71 67
Binary 1001010 11001110 10100101 1000000 0 10100 10011 10100001 111001 110111

Color Harmonies of #4ACEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEA5

Black with #4ACEA5

Text Example


Text Example

White with #4ACEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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