Html Css Color HEX #0C997D Free Speech Aquamarine

📋 copy color: '#0C997D'

red 12 ◦ green 153 ◦ blue 125

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

Shades of Free Speech Aquamarine #0C997D

Tints of Free Speech Aquamarine #0C997D

RGB

 RED value IS 12 (5.08% from 255) = 4.14%

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

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 4.14%
G = 52.76%
B = 43.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#0C997D (or 0x0C997D) is known color: Free Speech Aquamarine. HEX triplet: 0C, 99 and 7D. RGB value is (12,153,125). Sum of RGB (Red+Green+Blue) = 12+153+125=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #0C997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C997D is #F36682. Grayscale: #6B6B6B. Windows color (decimal): -15951491 or 8231180. OLE color: 8231180.

HSL color Cylindrical-coordinate representation of color #0C997D: hue angle of 168.09º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C997D is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 125 -
CMYK 0.92 0 0.18 0.4
HSL 168.09º 0.85% 0.32% -
HSV(B) 168.09º 0.92% 0.6% -
XYZ 15.24 24.34 23.3 -
YUV 107.65 137.79 59.78 -
System Red Green Blue C M Y K H S L
Decimal 12 153 125 0.92 0 0.18 0.4 168.09 0.85 0.32
Hex C 99 7D 5C 0 12 28 A8 55 20
Octal 14 231 175 134 0 22 50 250 125 40
Binary 1100 10011001 1111101 1011100 0 10010 101000 10101000 1010101 100000

Color Harmonies of #0C997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C997D

Black with #0C997D

Text Example


Text Example

White with #0C997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C997D; }

 p { color: rgb(12,153,125); }

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

background-color css

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

 a { background-color: rgb(12,153,125); }

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

border-color css

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

 span { border-color: rgb(12,153,125); }

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