Html Css Color HEX #4AB096 Puerto Rico

📋 copy color: '#4AB096'

red 74 ◦ green 176 ◦ blue 150

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

Shades of Puerto Rico #4AB096

Tints of Puerto Rico #4AB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 18.5%
G = 44%
B = 37.5%

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

#4AB096 (or 0x4AB096) is known color: Puerto Rico. HEX triplet: 4A, B0 and 96. RGB value is (74,176,150). Sum of RGB (Red+Green+Blue) = 74+176+150=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB096 is #B54F69. Grayscale: #8E8E8E. Windows color (decimal): -11882346 or 9875530. OLE color: 9875530.

HSL color Cylindrical-coordinate representation of color #4AB096: hue angle of 164.71º 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 #4AB096 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 176 150 -
CMYK 0.58 0 0.15 0.31
HSL 164.71º 0.41% 0.49% -
HSV(B) 164.71º 0.58% 0.69% -
XYZ 23.85 34.71 34.3 -
YUV 142.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 74 176 150 0.58 0 0.15 0.31 164.71 0.41 0.49
Hex 4A B0 96 3A 0 F 1F A5 29 31
Octal 112 260 226 72 0 17 37 245 51 61
Binary 1001010 10110000 10010110 111010 0 1111 11111 10100101 101001 110001

Color Harmonies of #4AB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB096

Black with #4AB096

Text Example


Text Example

White with #4AB096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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