Html Css Color HEX #4AB199 Puerto Rico

📋 copy color: '#4AB199'

red 74 ◦ green 177 ◦ blue 153

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

Shades of Puerto Rico #4AB199

Tints of Puerto Rico #4AB199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 18.32%
G = 43.81%
B = 37.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#4AB199 (or 0x4AB199) is known color: Puerto Rico. HEX triplet: 4A, B1 and 99. RGB value is (74,177,153). Sum of RGB (Red+Green+Blue) = 74+177+153=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB199 is #B54E66. Grayscale: #8F8F8F. Windows color (decimal): -11882087 or 10072394. OLE color: 10072394.

HSL color Cylindrical-coordinate representation of color #4AB199: hue angle of 166.02º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB199 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 177 153 -
CMYK 0.58 0 0.14 0.31
HSL 166.02º 0.41% 0.49% -
HSV(B) 166.02º 0.58% 0.69% -
XYZ 24.3 35.2 35.65 -
YUV 143.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 74 177 153 0.58 0 0.14 0.31 166.02 0.41 0.49
Hex 4A B1 99 3A 0 E 1F A6 29 31
Octal 112 261 231 72 0 16 37 246 51 61
Binary 1001010 10110001 10011001 111010 0 1110 11111 10100110 101001 110001

Color Harmonies of #4AB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB199

Black with #4AB199

Text Example


Text Example

White with #4AB199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,177,153); }

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

background-color css

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

 a { background-color: rgb(74,177,153); }

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

border-color css

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

 span { border-color: rgb(74,177,153); }

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