Html Css Color HEX #4AB898 Puerto Rico

📋 copy color: '#4AB898'

red 74 ◦ green 184 ◦ blue 152

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

Shades of Puerto Rico #4AB898

Tints of Puerto Rico #4AB898

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 18.05%
G = 44.88%
B = 37.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#4AB898 (or 0x4AB898) is known color: Puerto Rico. HEX triplet: 4A, B8 and 98. RGB value is (74,184,152). Sum of RGB (Red+Green+Blue) = 74+184+152=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB898 is #B54767. Grayscale: #939393. Windows color (decimal): -11880296 or 10008650. OLE color: 10008650.

HSL color Cylindrical-coordinate representation of color #4AB898: hue angle of 162.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB898 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 184 152 -
CMYK 0.60 0 0.17 0.28
HSL 162.55º 0.44% 0.51% -
HSV(B) 162.55º 0.6% 0.72% -
XYZ 25.63 38 35.69 -
YUV 147.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 74 184 152 0.60 0 0.17 0.28 162.55 0.44 0.51
Hex 4A B8 98 3C 0 11 1C A3 2C 33
Octal 112 270 230 74 0 21 34 243 54 63
Binary 1001010 10111000 10011000 111100 0 10001 11100 10100011 101100 110011

Color Harmonies of #4AB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB898

Black with #4AB898

Text Example


Text Example

White with #4AB898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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