Html Css Color HEX #4AB9B0 Puerto Rico

📋 copy color: '#4AB9B0'

red 74 ◦ green 185 ◦ blue 176

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

Shades of Puerto Rico #4AB9B0

Tints of Puerto Rico #4AB9B0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 17.01%
G = 42.53%
B = 40.46%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#4AB9B0 (or 0x4AB9B0) is known color: Puerto Rico. HEX triplet: 4A, B9 and B0. RGB value is (74,185,176). Sum of RGB (Red+Green+Blue) = 74+185+176=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB9B0 is #B5464F. Grayscale: #969696. Windows color (decimal): -11880016 or 11581770. OLE color: 11581770.

HSL color Cylindrical-coordinate representation of color #4AB9B0: hue angle of 175.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB9B0 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 176 -
CMYK 0.6 0 0.05 0.27
HSL 175.14º 0.44% 0.51% -
HSV(B) 175.14º 0.6% 0.73% -
XYZ 28.01 39.29 47.18 -
YUV 150.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 74 185 176 0.6 0 0.05 0.27 175.14 0.44 0.51
Hex 4A B9 B0 3C 0 5 1B AF 2C 33
Octal 112 271 260 74 0 5 33 257 54 63
Binary 1001010 10111001 10110000 111100 0 101 11011 10101111 101100 110011

Color Harmonies of #4AB9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB9B0

Black with #4AB9B0

Text Example


Text Example

White with #4AB9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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