Html Css Color HEX #4AB69E Puerto Rico

📋 copy color: '#4AB69E'

red 74 ◦ green 182 ◦ blue 158

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

Shades of Puerto Rico #4AB69E

Tints of Puerto Rico #4AB69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 17.87%
G = 43.96%
B = 38.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#4AB69E (or 0x4AB69E) is known color: Puerto Rico. HEX triplet: 4A, B6 and 9E. RGB value is (74,182,158). Sum of RGB (Red+Green+Blue) = 74+182+158=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB69E is #B54961. Grayscale: #929292. Windows color (decimal): -11880802 or 10401354. OLE color: 10401354.

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

Color convert

RGB 74 182 158 -
CMYK 0.59 0 0.13 0.29
HSL 166.67º 0.43% 0.5% -
HSV(B) 166.67º 0.59% 0.71% -
XYZ 25.72 37.38 38.21 -
YUV 146.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 74 182 158 0.59 0 0.13 0.29 166.67 0.43 0.5
Hex 4A B6 9E 3B 0 D 1D A7 2B 32
Octal 112 266 236 73 0 15 35 247 53 62
Binary 1001010 10110110 10011110 111011 0 1101 11101 10100111 101011 110010

Color Harmonies of #4AB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB69E

Black with #4AB69E

Text Example


Text Example

White with #4AB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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