Html Css Color HEX #019B74 Free Speech Aquamarine

📋 copy color: '#019B74'

red 1 ◦ green 155 ◦ blue 116

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

Shades of Free Speech Aquamarine #019B74

Tints of Free Speech Aquamarine #019B74

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 0.37%
G = 56.99%
B = 42.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#019B74 (or 0x019B74) is known color: Free Speech Aquamarine. HEX triplet: 01, 9B and 74. RGB value is (1,155,116). Sum of RGB (Red+Green+Blue) = 1+155+116=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #019B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019B74 is #FE648B. Grayscale: #686868. Windows color (decimal): -16671884 or 7641857. OLE color: 7641857.

HSL color Cylindrical-coordinate representation of color #019B74: hue angle of 164.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B74 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 116 -
CMYK 0.99 0 0.25 0.39
HSL 164.81º 0.99% 0.31% -
HSV(B) 164.81º 0.99% 0.61% -
XYZ 14.89 24.71 20.51 -
YUV 104.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 1 155 116 0.99 0 0.25 0.39 164.81 0.99 0.31
Hex 1 9B 74 63 0 19 27 A5 63 1F
Octal 1 233 164 143 0 31 47 245 143 37
Binary 1 10011011 1110100 1100011 0 11001 100111 10100101 1100011 11111

Color Harmonies of #019B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B74

Black with #019B74

Text Example


Text Example

White with #019B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019B74; }

 p { color: rgb(1,155,116); }

 H1.HeaderClassName
 {
   color: #019B74;
 }
 .AnyTagClassName
 {
   color: #019B74;
 }
</style>

background-color css

<style>
 a { background-color: #019B74; }

 a { background-color: rgb(1,155,116); }

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

border-color css

<style>
 span { border-color: #019B74; }

 span { border-color: rgb(1,155,116); }

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