Html Css Color HEX #4AB998 Puerto Rico

📋 copy color: '#4AB998'

red 74 ◦ green 185 ◦ blue 152

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

Shades of Puerto Rico #4AB998

Tints of Puerto Rico #4AB998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 18%
G = 45.01%
B = 36.98%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#4AB998 (or 0x4AB998) is known color: Puerto Rico. HEX triplet: 4A, B9 and 98. RGB value is (74,185,152). Sum of RGB (Red+Green+Blue) = 74+185+152=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB998 is #B54667. Grayscale: #949494. Windows color (decimal): -11880040 or 10008906. OLE color: 10008906.

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

Color convert

RGB 74 185 152 -
CMYK 0.6 0 0.18 0.27
HSL 162.16º 0.44% 0.51% -
HSV(B) 162.16º 0.6% 0.73% -
XYZ 25.84 38.42 35.76 -
YUV 148.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 74 185 152 0.6 0 0.18 0.27 162.16 0.44 0.51
Hex 4A B9 98 3C 0 12 1B A2 2C 33
Octal 112 271 230 74 0 22 33 242 54 63
Binary 1001010 10111001 10011000 111100 0 10010 11011 10100010 101100 110011

Color Harmonies of #4AB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB998

Black with #4AB998

Text Example


Text Example

White with #4AB998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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