Html Css Color HEX #01996B Free Speech Aquamarine

📋 copy color: '#01996B'

red 1 ◦ green 153 ◦ blue 107

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

Shades of Free Speech Aquamarine #01996B

Tints of Free Speech Aquamarine #01996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.62%

 BLUE value IS 107 (42.19% from 255) = 41%

R = 0.38%
G = 58.62%
B = 41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#01996B (or 0x01996B) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 6B. RGB value is (1,153,107). Sum of RGB (Red+Green+Blue) = 1+153+107=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #01996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01996B is #FE6694. Grayscale: #666666. Windows color (decimal): -16672405 or 7051521. OLE color: 7051521.

HSL color Cylindrical-coordinate representation of color #01996B: hue angle of 161.84º 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 #01996B is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 107 -
CMYK 0.99 0 0.30 0.4
HSL 161.84º 0.99% 0.3% -
HSV(B) 161.84º 0.99% 0.6% -
XYZ 14.06 23.85 17.77 -
YUV 102.31 130.64 55.74 -
System Red Green Blue C M Y K H S L
Decimal 1 153 107 0.99 0 0.30 0.4 161.84 0.99 0.3
Hex 1 99 6B 63 0 1E 28 A2 63 1E
Octal 1 231 153 143 0 36 50 242 143 36
Binary 1 10011001 1101011 1100011 0 11110 101000 10100010 1100011 11110

Color Harmonies of #01996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01996B

Black with #01996B

Text Example


Text Example

White with #01996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01996B; }

 p { color: rgb(1,153,107); }

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

background-color css

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

 a { background-color: rgb(1,153,107); }

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

border-color css

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

 span { border-color: rgb(1,153,107); }

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