Html Css Color HEX #019883 Free Speech Aquamarine

📋 copy color: '#019883'

red 1 ◦ green 152 ◦ blue 131

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

Shades of Free Speech Aquamarine #019883

Tints of Free Speech Aquamarine #019883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.52%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 0.35%
G = 53.52%
B = 46.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#019883 (or 0x019883) is known color: Free Speech Aquamarine. HEX triplet: 01, 98 and 83. RGB value is (1,152,131). Sum of RGB (Red+Green+Blue) = 1+152+131=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #019883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019883 is #FE677C. Grayscale: #686868. Windows color (decimal): -16672637 or 8624129. OLE color: 8624129.

HSL color Cylindrical-coordinate representation of color #019883: hue angle of 171.66º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019883 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 131 -
CMYK 0.99 0 0.14 0.40
HSL 171.66º 0.99% 0.3% -
HSV(B) 171.66º 0.99% 0.6% -
XYZ 15.34 24.1 25.32 -
YUV 104.46 142.97 54.21 -
System Red Green Blue C M Y K H S L
Decimal 1 152 131 0.99 0 0.14 0.40 171.66 0.99 0.3
Hex 1 98 83 63 0 E 28 AC 63 1E
Octal 1 230 203 143 0 16 50 254 143 36
Binary 1 10011000 10000011 1100011 0 1110 101000 10101100 1100011 11110

Color Harmonies of #019883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019883

Black with #019883

Text Example


Text Example

White with #019883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019883; }

 p { color: rgb(1,152,131); }

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

background-color css

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

 a { background-color: rgb(1,152,131); }

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

border-color css

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

 span { border-color: rgb(1,152,131); }

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