Html Css Color HEX #4AAF96 Puerto Rico

📋 copy color: '#4AAF96'

red 74 ◦ green 175 ◦ blue 150

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

Shades of Puerto Rico #4AAF96

Tints of Puerto Rico #4AAF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.86%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 18.55%
G = 43.86%
B = 37.59%

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

#4AAF96 (or 0x4AAF96) is known color: Puerto Rico. HEX triplet: 4A, AF and 96. RGB value is (74,175,150). Sum of RGB (Red+Green+Blue) = 74+175+150=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF96 is #B55069. Grayscale: #8D8D8D. Windows color (decimal): -11882602 or 9875274. OLE color: 9875274.

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

Color convert

RGB 74 175 150 -
CMYK 0.58 0 0.14 0.31
HSL 165.15º 0.41% 0.49% -
HSV(B) 165.15º 0.58% 0.69% -
XYZ 23.66 34.32 34.23 -
YUV 141.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 74 175 150 0.58 0 0.14 0.31 165.15 0.41 0.49
Hex 4A AF 96 3A 0 E 1F A5 29 31
Octal 112 257 226 72 0 16 37 245 51 61
Binary 1001010 10101111 10010110 111010 0 1110 11111 10100101 101001 110001

Color Harmonies of #4AAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF96

Black with #4AAF96

Text Example


Text Example

White with #4AAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,150); }

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

background-color css

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

 a { background-color: rgb(74,175,150); }

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

border-color css

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

 span { border-color: rgb(74,175,150); }

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