Html Css Color HEX #4AB699 Puerto Rico

📋 copy color: '#4AB699'

red 74 ◦ green 182 ◦ blue 153

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

Shades of Puerto Rico #4AB699

Tints of Puerto Rico #4AB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 18.09%
G = 44.5%
B = 37.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#4AB699 (or 0x4AB699) is known color: Puerto Rico. HEX triplet: 4A, B6 and 99. RGB value is (74,182,153). Sum of RGB (Red+Green+Blue) = 74+182+153=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB699 is #B54966. Grayscale: #929292. Windows color (decimal): -11880807 or 10073674. OLE color: 10073674.

HSL color Cylindrical-coordinate representation of color #4AB699: hue angle of 163.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB699 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 153 -
CMYK 0.59 0 0.16 0.29
HSL 163.89º 0.43% 0.5% -
HSV(B) 163.89º 0.59% 0.71% -
XYZ 25.3 37.21 35.99 -
YUV 146.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 74 182 153 0.59 0 0.16 0.29 163.89 0.43 0.5
Hex 4A B6 99 3B 0 10 1D A4 2B 32
Octal 112 266 231 73 0 20 35 244 53 62
Binary 1001010 10110110 10011001 111011 0 10000 11101 10100100 101011 110010

Color Harmonies of #4AB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB699

Black with #4AB699

Text Example


Text Example

White with #4AB699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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