Html Css Color HEX #4AB29B Puerto Rico

📋 copy color: '#4AB29B'

red 74 ◦ green 178 ◦ blue 155

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

Shades of Puerto Rico #4AB29B

Tints of Puerto Rico #4AB29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 18.18%
G = 43.73%
B = 38.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#4AB29B (or 0x4AB29B) is known color: Puerto Rico. HEX triplet: 4A, B2 and 9B. RGB value is (74,178,155). Sum of RGB (Red+Green+Blue) = 74+178+155=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB29B is #B54D64. Grayscale: #909090. Windows color (decimal): -11881829 or 10203722. OLE color: 10203722.

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

Color convert

RGB 74 178 155 -
CMYK 0.58 0 0.13 0.30
HSL 166.73º 0.41% 0.49% -
HSV(B) 166.73º 0.58% 0.7% -
XYZ 24.66 35.66 36.59 -
YUV 144.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 74 178 155 0.58 0 0.13 0.30 166.73 0.41 0.49
Hex 4A B2 9B 3A 0 D 1E A7 29 31
Octal 112 262 233 72 0 15 36 247 51 61
Binary 1001010 10110010 10011011 111010 0 1101 11110 10100111 101001 110001

Color Harmonies of #4AB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB29B

Black with #4AB29B

Text Example


Text Example

White with #4AB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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