Html Css Color HEX #4ABFA0 Puerto Rico

📋 copy color: '#4ABFA0'

red 74 ◦ green 191 ◦ blue 160

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

Shades of Puerto Rico #4ABFA0

Tints of Puerto Rico #4ABFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 17.41%
G = 44.94%
B = 37.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#4ABFA0 (or 0x4ABFA0) is known color: Puerto Rico. HEX triplet: 4A, BF and A0. RGB value is (74,191,160). Sum of RGB (Red+Green+Blue) = 74+191+160=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABFA0 is #B5405F. Grayscale: #989898. Windows color (decimal): -11878496 or 10534730. OLE color: 10534730.

HSL color Cylindrical-coordinate representation of color #4ABFA0: hue angle of 164.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABFA0 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 160 -
CMYK 0.61 0 0.16 0.25
HSL 164.1º 0.48% 0.52% -
HSV(B) 164.1º 0.61% 0.75% -
XYZ 27.8 41.26 39.76 -
YUV 152.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 74 191 160 0.61 0 0.16 0.25 164.1 0.48 0.52
Hex 4A BF A0 3D 0 10 19 A4 30 34
Octal 112 277 240 75 0 20 31 244 60 64
Binary 1001010 10111111 10100000 111101 0 10000 11001 10100100 110000 110100

Color Harmonies of #4ABFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFA0

Black with #4ABFA0

Text Example


Text Example

White with #4ABFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,160); }

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

background-color css

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

 a { background-color: rgb(74,191,160); }

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

border-color css

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

 span { border-color: rgb(74,191,160); }

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