Html Css Color HEX #4AAE9F Puerto Rico

📋 copy color: '#4AAE9F'

red 74 ◦ green 174 ◦ blue 159

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

Shades of Puerto Rico #4AAE9F

Tints of Puerto Rico #4AAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 18.18%
G = 42.75%
B = 39.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#4AAE9F (or 0x4AAE9F) is known color: Puerto Rico. HEX triplet: 4A, AE and 9F. RGB value is (74,174,159). Sum of RGB (Red+Green+Blue) = 74+174+159=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE9F is #B55160. Grayscale: #8E8E8E. Windows color (decimal): -11882849 or 10464842. OLE color: 10464842.

HSL color Cylindrical-coordinate representation of color #4AAE9F: hue angle of 171º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE9F is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 174 159 -
CMYK 0.57 0 0.09 0.32
HSL 171º 0.4% 0.49% -
HSV(B) 171º 0.57% 0.68% -
XYZ 24.22 34.23 38.13 -
YUV 142.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 74 174 159 0.57 0 0.09 0.32 171 0.4 0.49
Hex 4A AE 9F 39 0 9 20 AB 28 31
Octal 112 256 237 71 0 11 40 253 50 61
Binary 1001010 10101110 10011111 111001 0 1001 100000 10101011 101000 110001

Color Harmonies of #4AAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE9F

Black with #4AAE9F

Text Example


Text Example

White with #4AAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,174,159); }

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

background-color css

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

 a { background-color: rgb(74,174,159); }

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

border-color css

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

 span { border-color: rgb(74,174,159); }

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