Html Css Color HEX #4AB99E Puerto Rico

📋 copy color: '#4AB99E'

red 74 ◦ green 185 ◦ blue 158

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

Shades of Puerto Rico #4AB99E

Tints of Puerto Rico #4AB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

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

R = 17.75%
G = 44.36%
B = 37.89%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#4AB99E (or 0x4AB99E) is known color: Puerto Rico. HEX triplet: 4A, B9 and 9E. RGB value is (74,185,158). Sum of RGB (Red+Green+Blue) = 74+185+158=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB99E is #B54661. Grayscale: #949494. Windows color (decimal): -11880034 or 10402122. OLE color: 10402122.

HSL color Cylindrical-coordinate representation of color #4AB99E: hue angle of 165.41º degrees, saturation: 0.44, 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 #4AB99E is Cyan = 0.6, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 158 -
CMYK 0.6 0 0.15 0.27
HSL 165.41º 0.44% 0.51% -
HSV(B) 165.41º 0.6% 0.73% -
XYZ 26.34 38.62 38.41 -
YUV 148.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 74 185 158 0.6 0 0.15 0.27 165.41 0.44 0.51
Hex 4A B9 9E 3C 0 F 1B A5 2C 33
Octal 112 271 236 74 0 17 33 245 54 63
Binary 1001010 10111001 10011110 111100 0 1111 11011 10100101 101100 110011

Color Harmonies of #4AB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB99E

Black with #4AB99E

Text Example


Text Example

White with #4AB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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