Html Css Color HEX #4ABCAA Puerto Rico

📋 copy color: '#4ABCAA'

red 74 ◦ green 188 ◦ blue 170

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

Shades of Puerto Rico #4ABCAA

Tints of Puerto Rico #4ABCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 17.13%
G = 43.52%
B = 39.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#4ABCAA (or 0x4ABCAA) is known color: Puerto Rico. HEX triplet: 4A, BC and AA. RGB value is (74,188,170). Sum of RGB (Red+Green+Blue) = 74+188+170=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABCAA is #B54355. Grayscale: #979797. Windows color (decimal): -11879254 or 11189322. OLE color: 11189322.

HSL color Cylindrical-coordinate representation of color #4ABCAA: hue angle of 170.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCAA is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 170 -
CMYK 0.61 0 0.10 0.26
HSL 170.53º 0.46% 0.51% -
HSV(B) 170.53º 0.61% 0.74% -
XYZ 28.06 40.32 44.33 -
YUV 151.86 138.23 72.46 -
System Red Green Blue C M Y K H S L
Decimal 74 188 170 0.61 0 0.10 0.26 170.53 0.46 0.51
Hex 4A BC AA 3D 0 A 1A AB 2E 33
Octal 112 274 252 75 0 12 32 253 56 63
Binary 1001010 10111100 10101010 111101 0 1010 11010 10101011 101110 110011

Color Harmonies of #4ABCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCAA

Black with #4ABCAA

Text Example


Text Example

White with #4ABCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,188,170); }

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

background-color css

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

 a { background-color: rgb(74,188,170); }

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

border-color css

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

 span { border-color: rgb(74,188,170); }

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