Html Css Color HEX #4AAE9D Puerto Rico

📋 copy color: '#4AAE9D'

red 74 ◦ green 174 ◦ blue 157

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

Shades of Puerto Rico #4AAE9D

Tints of Puerto Rico #4AAE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 18.27%
G = 42.96%
B = 38.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#4AAE9D (or 0x4AAE9D) is known color: Puerto Rico. HEX triplet: 4A, AE and 9D. RGB value is (74,174,157). Sum of RGB (Red+Green+Blue) = 74+174+157=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE9D is #B55162. Grayscale: #8E8E8E. Windows color (decimal): -11882851 or 10333770. OLE color: 10333770.

HSL color Cylindrical-coordinate representation of color #4AAE9D: hue angle of 169.8º 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 #4AAE9D is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 174 157 -
CMYK 0.57 0 0.10 0.32
HSL 169.8º 0.4% 0.49% -
HSV(B) 169.8º 0.57% 0.68% -
XYZ 24.05 34.16 37.22 -
YUV 142.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 74 174 157 0.57 0 0.10 0.32 169.8 0.4 0.49
Hex 4A AE 9D 39 0 A 20 AA 28 31
Octal 112 256 235 71 0 12 40 252 50 61
Binary 1001010 10101110 10011101 111001 0 1010 100000 10101010 101000 110001

Color Harmonies of #4AAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE9D

Black with #4AAE9D

Text Example


Text Example

White with #4AAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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