Html Css Color HEX #4AB296 Puerto Rico

📋 copy color: '#4AB296'

red 74 ◦ green 178 ◦ blue 150

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

Shades of Puerto Rico #4AB296

Tints of Puerto Rico #4AB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 18.41%
G = 44.28%
B = 37.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#4AB296 (or 0x4AB296) is known color: Puerto Rico. HEX triplet: 4A, B2 and 96. RGB value is (74,178,150). Sum of RGB (Red+Green+Blue) = 74+178+150=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB296 is #B54D69. Grayscale: #8F8F8F. Windows color (decimal): -11881834 or 9876042. OLE color: 9876042.

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

Color convert

RGB 74 178 150 -
CMYK 0.58 0 0.16 0.30
HSL 163.85º 0.41% 0.49% -
HSV(B) 163.85º 0.58% 0.7% -
XYZ 24.25 35.5 34.43 -
YUV 143.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 74 178 150 0.58 0 0.16 0.30 163.85 0.41 0.49
Hex 4A B2 96 3A 0 10 1E A4 29 31
Octal 112 262 226 72 0 20 36 244 51 61
Binary 1001010 10110010 10010110 111010 0 10000 11110 10100100 101001 110001

Color Harmonies of #4AB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB296

Black with #4AB296

Text Example


Text Example

White with #4AB296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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