Html Css Color HEX #4ACEAB Puerto Rico

📋 copy color: '#4ACEAB'

red 74 ◦ green 206 ◦ blue 171

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

Shades of Puerto Rico #4ACEAB

Tints of Puerto Rico #4ACEAB

RGB

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

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

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

R = 16.41%
G = 45.68%
B = 37.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#4ACEAB (or 0x4ACEAB) is known color: Puerto Rico. HEX triplet: 4A, CE and AB. RGB value is (74,206,171). Sum of RGB (Red+Green+Blue) = 74+206+171=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEAB is #B53154. Grayscale: #A2A2A2. Windows color (decimal): -11874645 or 11259466. OLE color: 11259466.

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

Color convert

RGB 74 206 171 -
CMYK 0.64 0 0.17 0.19
HSL 164.09º 0.57% 0.55% -
HSV(B) 164.09º 0.64% 0.81% -
XYZ 32.25 48.54 46.2 -
YUV 162.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 74 206 171 0.64 0 0.17 0.19 164.09 0.57 0.55
Hex 4A CE AB 40 0 11 13 A4 39 37
Octal 112 316 253 100 0 21 23 244 71 67
Binary 1001010 11001110 10101011 1000000 0 10001 10011 10100100 111001 110111

Color Harmonies of #4ACEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEAB

Black with #4ACEAB

Text Example


Text Example

White with #4ACEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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