Html Css Color HEX #049B76 Free Speech Aquamarine

📋 copy color: '#049B76'

red 4 ◦ green 155 ◦ blue 118

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

Shades of Free Speech Aquamarine #049B76

Tints of Free Speech Aquamarine #049B76

RGB

 RED value IS 4 (1.95% from 255) = 1.44%

 GREEN value IS 155 (60.94% from 255) = 55.96%

 BLUE value IS 118 (46.48% from 255) = 42.6%

R = 1.44%
G = 55.96%
B = 42.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#049B76 (or 0x049B76) is known color: Free Speech Aquamarine. HEX triplet: 04, 9B and 76. RGB value is (4,155,118). Sum of RGB (Red+Green+Blue) = 4+155+118=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #049B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049B76 is #FB6489. Grayscale: #696969. Windows color (decimal): -16475274 or 7772932. OLE color: 7772932.

HSL color Cylindrical-coordinate representation of color #049B76: hue angle of 165.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049B76 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 155 118 -
CMYK 0.97 0 0.24 0.39
HSL 165.3º 0.95% 0.31% -
HSV(B) 165.3º 0.97% 0.61% -
XYZ 15.04 24.78 21.13 -
YUV 105.63 134.97 55.51 -
System Red Green Blue C M Y K H S L
Decimal 4 155 118 0.97 0 0.24 0.39 165.3 0.95 0.31
Hex 4 9B 76 61 0 18 27 A5 5F 1F
Octal 4 233 166 141 0 30 47 245 137 37
Binary 100 10011011 1110110 1100001 0 11000 100111 10100101 1011111 11111

Color Harmonies of #049B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049B76

Black with #049B76

Text Example


Text Example

White with #049B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049B76; }

 p { color: rgb(4,155,118); }

 H1.HeaderClassName
 {
   color: #049B76;
 }
 .AnyTagClassName
 {
   color: #049B76;
 }
</style>

background-color css

<style>
 a { background-color: #049B76; }

 a { background-color: rgb(4,155,118); }

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

border-color css

<style>
 span { border-color: #049B76; }

 span { border-color: rgb(4,155,118); }

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