Html Css Color HEX #4ABFA6 Puerto Rico

📋 copy color: '#4ABFA6'

red 74 ◦ green 191 ◦ blue 166

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

Shades of Puerto Rico #4ABFA6

Tints of Puerto Rico #4ABFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 17.17%
G = 44.32%
B = 38.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#4ABFA6 (or 0x4ABFA6) is known color: Puerto Rico. HEX triplet: 4A, BF and A6. RGB value is (74,191,166). Sum of RGB (Red+Green+Blue) = 74+191+166=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABFA6 is #B54059. Grayscale: #999999. Windows color (decimal): -11878490 or 10927946. OLE color: 10927946.

HSL color Cylindrical-coordinate representation of color #4ABFA6: hue angle of 167.18º 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 #4ABFA6 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 166 -
CMYK 0.61 0 0.13 0.25
HSL 167.18º 0.48% 0.52% -
HSV(B) 167.18º 0.61% 0.75% -
XYZ 28.34 41.47 42.59 -
YUV 153.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 74 191 166 0.61 0 0.13 0.25 167.18 0.48 0.52
Hex 4A BF A6 3D 0 D 19 A7 30 34
Octal 112 277 246 75 0 15 31 247 60 64
Binary 1001010 10111111 10100110 111101 0 1101 11001 10100111 110000 110100

Color Harmonies of #4ABFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFA6

Black with #4ABFA6

Text Example


Text Example

White with #4ABFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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