Html Css Color HEX #0C9682 Free Speech Aquamarine

📋 copy color: '#0C9682'

red 12 ◦ green 150 ◦ blue 130

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

Shades of Free Speech Aquamarine #0C9682

Tints of Free Speech Aquamarine #0C9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.37%

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 4.11%
G = 51.37%
B = 44.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#0C9682 (or 0x0C9682) is known color: Free Speech Aquamarine. HEX triplet: 0C, 96 and 82. RGB value is (12,150,130). Sum of RGB (Red+Green+Blue) = 12+150+130=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9682 is #F3697D. Grayscale: #6A6A6A. Windows color (decimal): -15952254 or 8558092. OLE color: 8558092.

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

Color convert

RGB 12 150 130 -
CMYK 0.92 0 0.13 0.41
HSL 171.3º 0.85% 0.32% -
HSV(B) 171.3º 0.92% 0.59% -
XYZ 15.09 23.5 24.86 -
YUV 106.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 12 150 130 0.92 0 0.13 0.41 171.3 0.85 0.32
Hex C 96 82 5C 0 D 29 AB 55 20
Octal 14 226 202 134 0 15 51 253 125 40
Binary 1100 10010110 10000010 1011100 0 1101 101001 10101011 1010101 100000

Color Harmonies of #0C9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9682

Black with #0C9682

Text Example


Text Example

White with #0C9682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,130); }

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

background-color css

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

 a { background-color: rgb(12,150,130); }

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

border-color css

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

 span { border-color: rgb(12,150,130); }

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