Html Css Color HEX #4AB69A Puerto Rico

📋 copy color: '#4AB69A'

red 74 ◦ green 182 ◦ blue 154

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

Shades of Puerto Rico #4AB69A

Tints of Puerto Rico #4AB69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 18.05%
G = 44.39%
B = 37.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#4AB69A (or 0x4AB69A) is known color: Puerto Rico. HEX triplet: 4A, B6 and 9A. RGB value is (74,182,154). Sum of RGB (Red+Green+Blue) = 74+182+154=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB69A is #B54965. Grayscale: #929292. Windows color (decimal): -11880806 or 10139210. OLE color: 10139210.

HSL color Cylindrical-coordinate representation of color #4AB69A: hue angle of 164.44º 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 #4AB69A is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 154 -
CMYK 0.59 0 0.15 0.29
HSL 164.44º 0.43% 0.5% -
HSV(B) 164.44º 0.59% 0.71% -
XYZ 25.38 37.24 36.42 -
YUV 146.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 74 182 154 0.59 0 0.15 0.29 164.44 0.43 0.5
Hex 4A B6 9A 3B 0 F 1D A4 2B 32
Octal 112 266 232 73 0 17 35 244 53 62
Binary 1001010 10110110 10011010 111011 0 1111 11101 10100100 101011 110010

Color Harmonies of #4AB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB69A

Black with #4AB69A

Text Example


Text Example

White with #4AB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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