Html Css Color HEX #4ACFB2 Puerto Rico

📋 copy color: '#4ACFB2'

red 74 ◦ green 207 ◦ blue 178

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

Shades of Puerto Rico #4ACFB2

Tints of Puerto Rico #4ACFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

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

R = 16.12%
G = 45.1%
B = 38.78%

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

#4ACFB2 (or 0x4ACFB2) is known color: Puerto Rico. HEX triplet: 4A, CF and B2. RGB value is (74,207,178). Sum of RGB (Red+Green+Blue) = 74+207+178=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACFB2 is #B5304D. Grayscale: #A3A3A3. Windows color (decimal): -11874382 or 11718474. OLE color: 11718474.

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

Color convert

RGB 74 207 178 -
CMYK 0.64 0 0.14 0.19
HSL 166.92º 0.58% 0.55% -
HSV(B) 166.92º 0.64% 0.81% -
XYZ 33.17 49.3 49.89 -
YUV 163.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 74 207 178 0.64 0 0.14 0.19 166.92 0.58 0.55
Hex 4A CF B2 40 0 E 13 A7 3A 37
Octal 112 317 262 100 0 16 23 247 72 67
Binary 1001010 11001111 10110010 1000000 0 1110 10011 10100111 111010 110111

Color Harmonies of #4ACFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFB2

Black with #4ACFB2

Text Example


Text Example

White with #4ACFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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