Html Css Color HEX #4AB095 Puerto Rico

📋 copy color: '#4AB095'

red 74 ◦ green 176 ◦ blue 149

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

Shades of Puerto Rico #4AB095

Tints of Puerto Rico #4AB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 18.55%
G = 44.11%
B = 37.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#4AB095 (or 0x4AB095) is known color: Puerto Rico. HEX triplet: 4A, B0 and 95. RGB value is (74,176,149). Sum of RGB (Red+Green+Blue) = 74+176+149=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB095 is #B54F6A. Grayscale: #8E8E8E. Windows color (decimal): -11882347 or 9809994. OLE color: 9809994.

HSL color Cylindrical-coordinate representation of color #4AB095: hue angle of 164.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB095 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 176 149 -
CMYK 0.58 0 0.15 0.31
HSL 164.12º 0.41% 0.49% -
HSV(B) 164.12º 0.58% 0.69% -
XYZ 23.77 34.68 33.87 -
YUV 142.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 74 176 149 0.58 0 0.15 0.31 164.12 0.41 0.49
Hex 4A B0 95 3A 0 F 1F A4 29 31
Octal 112 260 225 72 0 17 37 244 51 61
Binary 1001010 10110000 10010101 111010 0 1111 11111 10100100 101001 110001

Color Harmonies of #4AB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB095

Black with #4AB095

Text Example


Text Example

White with #4AB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,176,149); }

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

background-color css

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

 a { background-color: rgb(74,176,149); }

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

border-color css

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

 span { border-color: rgb(74,176,149); }

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