Html Css Color HEX #049B75 Free Speech Aquamarine

📋 copy color: '#049B75'

red 4 ◦ green 155 ◦ blue 117

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

Shades of Free Speech Aquamarine #049B75

Tints of Free Speech Aquamarine #049B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 1.45%
G = 56.16%
B = 42.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#049B75 (or 0x049B75) is known color: Free Speech Aquamarine. HEX triplet: 04, 9B and 75. RGB value is (4,155,117). Sum of RGB (Red+Green+Blue) = 4+155+117=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #049B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049B75 is #FB648A. Grayscale: #696969. Windows color (decimal): -16475275 or 7707396. OLE color: 7707396.

HSL color Cylindrical-coordinate representation of color #049B75: hue angle of 164.9º 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 #049B75 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 155 117 -
CMYK 0.97 0 0.25 0.39
HSL 164.9º 0.95% 0.31% -
HSV(B) 164.9º 0.97% 0.61% -
XYZ 14.98 24.75 20.82 -
YUV 105.52 134.47 55.59 -
System Red Green Blue C M Y K H S L
Decimal 4 155 117 0.97 0 0.25 0.39 164.9 0.95 0.31
Hex 4 9B 75 61 0 19 27 A5 5F 1F
Octal 4 233 165 141 0 31 47 245 137 37
Binary 100 10011011 1110101 1100001 0 11001 100111 10100101 1011111 11111

Color Harmonies of #049B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049B75

Black with #049B75

Text Example


Text Example

White with #049B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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