Html Css Color HEX #4ABB9F Puerto Rico

📋 copy color: '#4ABB9F'

red 74 ◦ green 187 ◦ blue 159

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

Shades of Puerto Rico #4ABB9F

Tints of Puerto Rico #4ABB9F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 17.62%
G = 44.52%
B = 37.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#4ABB9F (or 0x4ABB9F) is known color: Puerto Rico. HEX triplet: 4A, BB and 9F. RGB value is (74,187,159). Sum of RGB (Red+Green+Blue) = 74+187+159=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABB9F is #B54460. Grayscale: #969696. Windows color (decimal): -11879521 or 10468170. OLE color: 10468170.

HSL color Cylindrical-coordinate representation of color #4ABB9F: hue angle of 165.13º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABB9F is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 187 159 -
CMYK 0.60 0 0.15 0.27
HSL 165.13º 0.45% 0.51% -
HSV(B) 165.13º 0.6% 0.73% -
XYZ 26.85 39.5 39.01 -
YUV 150.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 74 187 159 0.60 0 0.15 0.27 165.13 0.45 0.51
Hex 4A BB 9F 3C 0 F 1B A5 2D 33
Octal 112 273 237 74 0 17 33 245 55 63
Binary 1001010 10111011 10011111 111100 0 1111 11011 10100101 101101 110011

Color Harmonies of #4ABB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABB9F

Black with #4ABB9F

Text Example


Text Example

White with #4ABB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,187,159); }

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

background-color css

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

 a { background-color: rgb(74,187,159); }

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

border-color css

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

 span { border-color: rgb(74,187,159); }

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