Html Css Color HEX #4AAB98 Puerto Rico

📋 copy color: '#4AAB98'

red 74 ◦ green 171 ◦ blue 152

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

Shades of Puerto Rico #4AAB98

Tints of Puerto Rico #4AAB98

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 18.64%
G = 43.07%
B = 38.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#4AAB98 (or 0x4AAB98) is known color: Puerto Rico. HEX triplet: 4A, AB and 98. RGB value is (74,171,152). Sum of RGB (Red+Green+Blue) = 74+171+152=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAB98 is #B55467. Grayscale: #8B8B8B. Windows color (decimal): -11883624 or 10005322. OLE color: 10005322.

HSL color Cylindrical-coordinate representation of color #4AAB98: hue angle of 168.25º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAB98 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 171 152 -
CMYK 0.57 0 0.11 0.33
HSL 168.25º 0.4% 0.48% -
HSV(B) 168.25º 0.57% 0.67% -
XYZ 23.05 32.85 34.83 -
YUV 139.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 74 171 152 0.57 0 0.11 0.33 168.25 0.4 0.48
Hex 4A AB 98 39 0 B 21 A8 28 30
Octal 112 253 230 71 0 13 41 250 50 60
Binary 1001010 10101011 10011000 111001 0 1011 100001 10101000 101000 110000

Color Harmonies of #4AAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAB98

Black with #4AAB98

Text Example


Text Example

White with #4AAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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