Html Css Color HEX #4AB097 Puerto Rico

📋 copy color: '#4AB097'

red 74 ◦ green 176 ◦ blue 151

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

Shades of Puerto Rico #4AB097

Tints of Puerto Rico #4AB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 18.45%
G = 43.89%
B = 37.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#4AB097 (or 0x4AB097) is known color: Puerto Rico. HEX triplet: 4A, B0 and 97. RGB value is (74,176,151). Sum of RGB (Red+Green+Blue) = 74+176+151=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB097 is #B54F68. Grayscale: #8E8E8E. Windows color (decimal): -11882345 or 9941066. OLE color: 9941066.

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

Color convert

RGB 74 176 151 -
CMYK 0.58 0 0.14 0.31
HSL 165.29º 0.41% 0.49% -
HSV(B) 165.29º 0.58% 0.69% -
XYZ 23.94 34.74 34.72 -
YUV 142.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 74 176 151 0.58 0 0.14 0.31 165.29 0.41 0.49
Hex 4A B0 97 3A 0 E 1F A5 29 31
Octal 112 260 227 72 0 16 37 245 51 61
Binary 1001010 10110000 10010111 111010 0 1110 11111 10100101 101001 110001

Color Harmonies of #4AB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB097

Black with #4AB097

Text Example


Text Example

White with #4AB097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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