Html Css Color HEX #019C83 Free Speech Aquamarine

📋 copy color: '#019C83'

red 1 ◦ green 156 ◦ blue 131

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

Shades of Free Speech Aquamarine #019C83

Tints of Free Speech Aquamarine #019C83

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.17%

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

R = 0.35%
G = 54.17%
B = 45.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#019C83 (or 0x019C83) is known color: Free Speech Aquamarine. HEX triplet: 01, 9C and 83. RGB value is (1,156,131). Sum of RGB (Red+Green+Blue) = 1+156+131=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #019C83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019C83 is #FE637C. Grayscale: #6A6A6A. Windows color (decimal): -16671613 or 8625153. OLE color: 8625153.

HSL color Cylindrical-coordinate representation of color #019C83: hue angle of 170.32º 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 #019C83 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 156 131 -
CMYK 0.99 0 0.16 0.39
HSL 170.32º 0.99% 0.31% -
HSV(B) 170.32º 0.99% 0.61% -
XYZ 16 25.42 25.54 -
YUV 106.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 1 156 131 0.99 0 0.16 0.39 170.32 0.99 0.31
Hex 1 9C 83 63 0 10 27 AA 63 1F
Octal 1 234 203 143 0 20 47 252 143 37
Binary 1 10011100 10000011 1100011 0 10000 100111 10101010 1100011 11111

Color Harmonies of #019C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C83

Black with #019C83

Text Example


Text Example

White with #019C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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