Html Css Color HEX #06997B Free Speech Aquamarine

📋 copy color: '#06997B'

red 6 ◦ green 153 ◦ blue 123

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

Shades of Free Speech Aquamarine #06997B

Tints of Free Speech Aquamarine #06997B

RGB

 RED value IS 6 (2.73% from 255) = 2.13%

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 2.13%
G = 54.26%
B = 43.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#06997B (or 0x06997B) is known color: Free Speech Aquamarine. HEX triplet: 06, 99 and 7B. RGB value is (6,153,123). Sum of RGB (Red+Green+Blue) = 6+153+123=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #06997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06997B is #F96684. Grayscale: #696969. Windows color (decimal): -16344709 or 8100102. OLE color: 8100102.

HSL color Cylindrical-coordinate representation of color #06997B: hue angle of 167.76º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06997B is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 123 -
CMYK 0.96 0 0.20 0.4
HSL 167.76º 0.92% 0.31% -
HSV(B) 167.76º 0.96% 0.6% -
XYZ 15.04 24.25 22.63 -
YUV 105.63 137.8 56.94 -
System Red Green Blue C M Y K H S L
Decimal 6 153 123 0.96 0 0.20 0.4 167.76 0.92 0.31
Hex 6 99 7B 60 0 14 28 A8 5C 1F
Octal 6 231 173 140 0 24 50 250 134 37
Binary 110 10011001 1111011 1100000 0 10100 101000 10101000 1011100 11111

Color Harmonies of #06997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06997B

Black with #06997B

Text Example


Text Example

White with #06997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,153,123); }

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

background-color css

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

 a { background-color: rgb(6,153,123); }

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

border-color css

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

 span { border-color: rgb(6,153,123); }

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