Html Css Color HEX #4ACEB2 Puerto Rico

📋 copy color: '#4ACEB2'

red 74 ◦ green 206 ◦ blue 178

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

Shades of Puerto Rico #4ACEB2

Tints of Puerto Rico #4ACEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 16.16%
G = 44.98%
B = 38.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#4ACEB2 (or 0x4ACEB2) is known color: Puerto Rico. HEX triplet: 4A, CE and B2. RGB value is (74,206,178). Sum of RGB (Red+Green+Blue) = 74+206+178=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACEB2 is #B5314D. Grayscale: #A3A3A3. Windows color (decimal): -11874638 or 11718218. OLE color: 11718218.

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

Color convert

RGB 74 206 178 -
CMYK 0.64 0 0.14 0.19
HSL 167.27º 0.57% 0.55% -
HSV(B) 167.27º 0.64% 0.81% -
XYZ 32.93 48.81 49.81 -
YUV 163.34 136.27 64.28 -
System Red Green Blue C M Y K H S L
Decimal 74 206 178 0.64 0 0.14 0.19 167.27 0.57 0.55
Hex 4A CE B2 40 0 E 13 A7 39 37
Octal 112 316 262 100 0 16 23 247 71 67
Binary 1001010 11001110 10110010 1000000 0 1110 10011 10100111 111001 110111

Color Harmonies of #4ACEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEB2

Black with #4ACEB2

Text Example


Text Example

White with #4ACEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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